{
  "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": 54837,
      "downloadFiles": [
        {
          "category": "ANNOTATED_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Mus",
            "speciesName": "musculus",
            "genomeVersion": "GRCm38.p6",
            "speciesFullNameWithoutSpace": "Mus_musculus",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 862507,
            "genomeSpeciesId": 10090,
            "preferredDisplayOrder": 2,
            "name": "mouse",
            "id": 10090
          },
          "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
          "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
          "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
          "size": 0
        },
        {
          "category": "INDIVIDUAL_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Mus",
            "speciesName": "musculus",
            "genomeVersion": "GRCm38.p6",
            "speciesFullNameWithoutSpace": "Mus_musculus",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 862507,
            "genomeSpeciesId": 10090,
            "preferredDisplayOrder": 2,
            "name": "mouse",
            "id": 10090
          },
          "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
          "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
          "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
          "size": 0
        }
      ],
      "dataSource": {
        "xRefUrl": "",
        "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
        "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
        "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
        "releaseDate": "2023-04-04",
        "releaseVersion": "",
        "toDisplay": true,
        "category": "SC_RNA_SEQ",
        "displayOrder": 1,
        "name": "SRA",
        "description": "Single-cell RNA-Seq data source for various species",
        "id": 102
      },
      "xRef": {
        "xRefId": "SRP131661",
        "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
        "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
        "source": {
          "name": "SRA",
          "description": "Single-cell RNA-Seq data source for various species",
          "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
        }
      },
      "assayCount": 0,
      "dOI": "10.1038/s41586-018-0590-4",
      "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
      "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
      "id": "SRP131661"
    },
    "assays": [
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 271485896,
            "mappedReadsCount": 197830995,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001723",
              "name": "tongue"
            },
            "anatEntityAuthorAnnotation": "tongue",
            "cellType": {
              "id": "CL:0002187",
              "name": "basal cell of epidermis"
            },
            "cellTypeAuthorAnnotation": "basal cell of epidermis",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.304480,
          "sdRefIntergenicDistribution": 4.021013,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 27781920,
          "distinctRankCount": 5916,
          "maxRank": 27571.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 271485896,
            "mappedReadsCount": 197830995,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001723",
              "name": "tongue"
            },
            "anatEntityAuthorAnnotation": "tongue",
            "cellType": {
              "id": "CL:0000312",
              "name": "keratinocyte"
            },
            "cellTypeAuthorAnnotation": "keratinocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.241498,
          "sdRefIntergenicDistribution": 3.813504,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 26113272,
          "distinctRankCount": 5677,
          "maxRank": 27012.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 271485896,
            "mappedReadsCount": 197830995,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001723",
              "name": "tongue"
            },
            "anatEntityAuthorAnnotation": "tongue",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "unknown",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.737435,
          "sdRefIntergenicDistribution": 1.721834,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 148851,
          "distinctRankCount": 438,
          "maxRank": 22064.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 315339439,
            "mappedReadsCount": 230317303,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001723",
              "name": "tongue"
            },
            "anatEntityAuthorAnnotation": "tongue",
            "cellType": {
              "id": "CL:0002187",
              "name": "basal cell of epidermis"
            },
            "cellTypeAuthorAnnotation": "basal cell of epidermis",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.344661,
          "sdRefIntergenicDistribution": 4.196259,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 28482591,
          "distinctRankCount": 6334,
          "maxRank": 27777.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 315339439,
            "mappedReadsCount": 230317303,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001723",
              "name": "tongue"
            },
            "anatEntityAuthorAnnotation": "tongue",
            "cellType": {
              "id": "CL:0000312",
              "name": "keratinocyte"
            },
            "cellTypeAuthorAnnotation": "keratinocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.355506,
          "sdRefIntergenicDistribution": 3.667470,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15342379,
          "distinctRankCount": 4756,
          "maxRank": 26723.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 315339439,
            "mappedReadsCount": 230317303,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001723",
              "name": "tongue"
            },
            "anatEntityAuthorAnnotation": "tongue",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "unknown",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.922686,
          "sdRefIntergenicDistribution": 1.696650,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 115895,
          "distinctRankCount": 432,
          "maxRank": 21927.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 351721825,
            "mappedReadsCount": 283748685,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "hepatocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.463337,
          "sdRefIntergenicDistribution": 2.482013,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4093053,
          "distinctRankCount": 1847,
          "maxRank": 24483.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 351721825,
            "mappedReadsCount": 283748685,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "endothelial cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 66.730899,
          "sdRefIntergenicDistribution": 1.462203,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16695,
          "distinctRankCount": 137,
          "maxRank": 20240.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 272802669,
            "mappedReadsCount": 193294384,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001255",
              "name": "urinary bladder"
            },
            "anatEntityAuthorAnnotation": "bladder",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "mesenchymal cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.524338,
          "sdRefIntergenicDistribution": 2.250517,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 709984,
          "distinctRankCount": 1270,
          "maxRank": 24484.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 272802669,
            "mappedReadsCount": 193294384,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001255",
              "name": "urinary bladder"
            },
            "anatEntityAuthorAnnotation": "bladder",
            "cellType": {
              "id": "CL:1001319",
              "name": "bladder cell"
            },
            "cellTypeAuthorAnnotation": "bladder cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.976080,
          "sdRefIntergenicDistribution": 2.465884,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1015085,
          "distinctRankCount": 2109,
          "maxRank": 24606.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 272802669,
            "mappedReadsCount": 193294384,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001255",
              "name": "urinary bladder"
            },
            "anatEntityAuthorAnnotation": "bladder",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "endothelial cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.027578,
          "sdRefIntergenicDistribution": 1.764807,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 34514,
          "distinctRankCount": 255,
          "maxRank": 20026.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 272802669,
            "mappedReadsCount": 193294384,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001255",
              "name": "urinary bladder"
            },
            "anatEntityAuthorAnnotation": "bladder",
            "cellType": {
              "id": "CL:1000486",
              "name": "basal cell of urothelium"
            },
            "cellTypeAuthorAnnotation": "basal cell of urothelium",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.964812,
          "sdRefIntergenicDistribution": 1.936446,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 209309,
          "distinctRankCount": 716,
          "maxRank": 22511.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 272802669,
            "mappedReadsCount": 193294384,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001255",
              "name": "urinary bladder"
            },
            "anatEntityAuthorAnnotation": "bladder",
            "cellType": {
              "id": "CL:0000738",
              "name": "leukocyte"
            },
            "cellTypeAuthorAnnotation": "leukocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 48.633281,
          "sdRefIntergenicDistribution": 1.669639,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 24775,
          "distinctRankCount": 209,
          "maxRank": 20451.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 248674713,
            "mappedReadsCount": 173443894,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001255",
              "name": "urinary bladder"
            },
            "anatEntityAuthorAnnotation": "bladder",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "mesenchymal cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.583702,
          "sdRefIntergenicDistribution": 3.205066,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6669796,
          "distinctRankCount": 3233,
          "maxRank": 26471.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 248674713,
            "mappedReadsCount": 173443894,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001255",
              "name": "urinary bladder"
            },
            "anatEntityAuthorAnnotation": "bladder",
            "cellType": {
              "id": "CL:1001319",
              "name": "bladder cell"
            },
            "cellTypeAuthorAnnotation": "bladder cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.446901,
          "sdRefIntergenicDistribution": 3.744741,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13069390,
          "distinctRankCount": 5060,
          "maxRank": 26883.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 248674713,
            "mappedReadsCount": 173443894,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001255",
              "name": "urinary bladder"
            },
            "anatEntityAuthorAnnotation": "bladder",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "endothelial cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.512786,
          "sdRefIntergenicDistribution": 2.012096,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 442402,
          "distinctRankCount": 885,
          "maxRank": 23835.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 248674713,
            "mappedReadsCount": 173443894,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001255",
              "name": "urinary bladder"
            },
            "anatEntityAuthorAnnotation": "bladder",
            "cellType": {
              "id": "CL:1000486",
              "name": "basal cell of urothelium"
            },
            "cellTypeAuthorAnnotation": "basal cell of urothelium",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.772475,
          "sdRefIntergenicDistribution": 2.824014,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3690661,
          "distinctRankCount": 2951,
          "maxRank": 25514.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 248674713,
            "mappedReadsCount": 173443894,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001255",
              "name": "urinary bladder"
            },
            "anatEntityAuthorAnnotation": "bladder",
            "cellType": {
              "id": "CL:0000738",
              "name": "leukocyte"
            },
            "cellTypeAuthorAnnotation": "leukocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.314884,
          "sdRefIntergenicDistribution": 1.786559,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 185571,
          "distinctRankCount": 593,
          "maxRank": 23432.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 296457069,
            "mappedReadsCount": 250022863,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000082",
              "name": "adult mammalian kidney"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000738",
              "name": "leukocyte"
            },
            "cellTypeAuthorAnnotation": "leukocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.889120,
          "sdRefIntergenicDistribution": 1.734666,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 121490,
          "distinctRankCount": 567,
          "maxRank": 22742.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 296457069,
            "mappedReadsCount": 250022863,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000082",
              "name": "adult mammalian kidney"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000666",
              "name": "fenestrated cell"
            },
            "cellTypeAuthorAnnotation": "fenestrated cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.598534,
          "sdRefIntergenicDistribution": 2.264768,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 507547,
          "distinctRankCount": 1327,
          "maxRank": 24432.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 296457069,
            "mappedReadsCount": 250022863,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000082",
              "name": "adult mammalian kidney"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000192",
              "name": "smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "smooth muscle cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.530627,
          "sdRefIntergenicDistribution": 1.666233,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 74352,
          "distinctRankCount": 397,
          "maxRank": 22153.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 296457069,
            "mappedReadsCount": 250022863,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000082",
              "name": "adult mammalian kidney"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:1000507",
              "name": "kidney tubule cell"
            },
            "cellTypeAuthorAnnotation": "kidney tubule cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.591135,
          "sdRefIntergenicDistribution": 2.600763,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4158028,
          "distinctRankCount": 2295,
          "maxRank": 25653.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 296457069,
            "mappedReadsCount": 250022863,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000082",
              "name": "adult mammalian kidney"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:1001225",
              "name": "kidney collecting duct cell"
            },
            "cellTypeAuthorAnnotation": "kidney collecting duct cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.550647,
          "sdRefIntergenicDistribution": 1.791563,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 204052,
          "distinctRankCount": 671,
          "maxRank": 23274.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 296457069,
            "mappedReadsCount": 250022863,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000082",
              "name": "adult mammalian kidney"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "macrophage",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.165115,
          "sdRefIntergenicDistribution": 1.944257,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 287456,
          "distinctRankCount": 853,
          "maxRank": 23353.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 296457069,
            "mappedReadsCount": 250022863,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000082",
              "name": "adult mammalian kidney"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "fibroblast",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.016238,
          "sdRefIntergenicDistribution": 1.930768,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 297151,
          "distinctRankCount": 932,
          "maxRank": 24168.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 296457069,
            "mappedReadsCount": 250022863,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000082",
              "name": "adult mammalian kidney"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "endothelial cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.685783,
          "sdRefIntergenicDistribution": 1.758081,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 49644,
          "distinctRankCount": 430,
          "maxRank": 21883.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 212326102,
            "mappedReadsCount": 176920020,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000082",
              "name": "adult mammalian kidney"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000738",
              "name": "leukocyte"
            },
            "cellTypeAuthorAnnotation": "leukocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.804550,
          "sdRefIntergenicDistribution": 1.604531,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 88843,
          "distinctRankCount": 419,
          "maxRank": 22392.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 212326102,
            "mappedReadsCount": 176920020,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000082",
              "name": "adult mammalian kidney"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000666",
              "name": "fenestrated cell"
            },
            "cellTypeAuthorAnnotation": "fenestrated cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.910926,
          "sdRefIntergenicDistribution": 2.410254,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 687644,
          "distinctRankCount": 1394,
          "maxRank": 24649.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 212326102,
            "mappedReadsCount": 176920020,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000082",
              "name": "adult mammalian kidney"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000192",
              "name": "smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "smooth muscle cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.457353,
          "sdRefIntergenicDistribution": 1.744113,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 95336,
          "distinctRankCount": 421,
          "maxRank": 22630.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 212326102,
            "mappedReadsCount": 176920020,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000082",
              "name": "adult mammalian kidney"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:1000507",
              "name": "kidney tubule cell"
            },
            "cellTypeAuthorAnnotation": "kidney tubule cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.567048,
          "sdRefIntergenicDistribution": 2.588336,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4397964,
          "distinctRankCount": 2466,
          "maxRank": 25717.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 212326102,
            "mappedReadsCount": 176920020,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000082",
              "name": "adult mammalian kidney"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:1001225",
              "name": "kidney collecting duct cell"
            },
            "cellTypeAuthorAnnotation": "kidney collecting duct cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.253355,
          "sdRefIntergenicDistribution": 1.808172,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 265078,
          "distinctRankCount": 740,
          "maxRank": 23647.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 212326102,
            "mappedReadsCount": 176920020,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000082",
              "name": "adult mammalian kidney"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "macrophage",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.580810,
          "sdRefIntergenicDistribution": 2.061233,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 451521,
          "distinctRankCount": 929,
          "maxRank": 23811.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 212326102,
            "mappedReadsCount": 176920020,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000082",
              "name": "adult mammalian kidney"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "fibroblast",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.817065,
          "sdRefIntergenicDistribution": 2.090573,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 428173,
          "distinctRankCount": 1168,
          "maxRank": 24500.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 212326102,
            "mappedReadsCount": 176920020,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000082",
              "name": "adult mammalian kidney"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "endothelial cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.010352,
          "sdRefIntergenicDistribution": 1.895717,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 104388,
          "distinctRankCount": 507,
          "maxRank": 22802.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 383354128,
            "mappedReadsCount": 256414017,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.648787,
          "sdRefIntergenicDistribution": 3.815698,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8919006,
          "distinctRankCount": 3590,
          "maxRank": 26259.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 383354128,
            "mappedReadsCount": 256414017,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.147536,
          "sdRefIntergenicDistribution": 2.897153,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2527630,
          "distinctRankCount": 1913,
          "maxRank": 25157.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 383354128,
            "mappedReadsCount": 256414017,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "macrophage",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.098803,
          "sdRefIntergenicDistribution": 2.296283,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 912780,
          "distinctRankCount": 1238,
          "maxRank": 24735.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 383354128,
            "mappedReadsCount": 256414017,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "dendritic cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.442618,
          "sdRefIntergenicDistribution": 1.927467,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 331559,
          "distinctRankCount": 795,
          "maxRank": 23291.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 281825315,
            "mappedReadsCount": 235173638,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "hepatocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.577551,
          "sdRefIntergenicDistribution": 2.517593,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3581402,
          "distinctRankCount": 2203,
          "maxRank": 25244.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 281825315,
            "mappedReadsCount": 235173638,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "endothelial cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.930525,
          "sdRefIntergenicDistribution": 1.552790,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 46345,
          "distinctRankCount": 249,
          "maxRank": 21423.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 303369513,
            "mappedReadsCount": 257843648,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791772"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000182",
              "name": "hepatocyte"
            },
            "cellTypeAuthorAnnotation": "hepatocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.004958,
          "sdRefIntergenicDistribution": 2.449203,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1795537,
          "distinctRankCount": 1757,
          "maxRank": 24334.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 303369513,
            "mappedReadsCount": 257843648,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791772"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002107",
              "name": "liver"
            },
            "anatEntityAuthorAnnotation": "liver",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "endothelial cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 49.488491,
          "sdRefIntergenicDistribution": 1.647404,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23856,
          "distinctRankCount": 176,
          "maxRank": 20431.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 263061938,
            "mappedReadsCount": 196833844,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002371",
              "name": "bone marrow"
            },
            "anatEntityAuthorAnnotation": "marrow",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "monocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.092558,
          "sdRefIntergenicDistribution": 2.577274,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2193520,
          "distinctRankCount": 2233,
          "maxRank": 24913.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 263061938,
            "mappedReadsCount": 196833844,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002371",
              "name": "bone marrow"
            },
            "anatEntityAuthorAnnotation": "marrow",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.680809,
          "sdRefIntergenicDistribution": 2.107069,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 632985,
          "distinctRankCount": 1029,
          "maxRank": 23985.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 263061938,
            "mappedReadsCount": 196833844,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002371",
              "name": "bone marrow"
            },
            "anatEntityAuthorAnnotation": "marrow",
            "cellType": {
              "id": "CL:0000037",
              "name": "hematopoietic stem cell"
            },
            "cellTypeAuthorAnnotation": "hematopoietic stem cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.366615,
          "sdRefIntergenicDistribution": 3.301488,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13156734,
          "distinctRankCount": 5664,
          "maxRank": 27019.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 263061938,
            "mappedReadsCount": 196833844,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002371",
              "name": "bone marrow"
            },
            "anatEntityAuthorAnnotation": "marrow",
            "cellType": {
              "id": "CL:0000094",
              "name": "granulocyte"
            },
            "cellTypeAuthorAnnotation": "granulocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.756720,
          "sdRefIntergenicDistribution": 2.557634,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2905300,
          "distinctRankCount": 1841,
          "maxRank": 24570.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 263061938,
            "mappedReadsCount": 196833844,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002371",
              "name": "bone marrow"
            },
            "anatEntityAuthorAnnotation": "marrow",
            "cellType": {
              "id": "CL:0000232",
              "name": "erythrocyte"
            },
            "cellTypeAuthorAnnotation": "erythrocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.258841,
          "sdRefIntergenicDistribution": 1.687628,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1025516,
          "distinctRankCount": 409,
          "maxRank": 21938.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 263061938,
            "mappedReadsCount": 196833844,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002371",
              "name": "bone marrow"
            },
            "anatEntityAuthorAnnotation": "marrow",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.002181,
          "sdRefIntergenicDistribution": 2.687859,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2716664,
          "distinctRankCount": 3146,
          "maxRank": 25427.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 263061938,
            "mappedReadsCount": 196833844,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002371",
              "name": "bone marrow"
            },
            "anatEntityAuthorAnnotation": "marrow",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "macrophage",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.501851,
          "sdRefIntergenicDistribution": 2.211805,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 726209,
          "distinctRankCount": 1293,
          "maxRank": 24306.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 263061938,
            "mappedReadsCount": 196833844,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002371",
              "name": "bone marrow"
            },
            "anatEntityAuthorAnnotation": "marrow",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Fraction A pre-pro B cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.319308,
          "sdRefIntergenicDistribution": 1.946376,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 230586,
          "distinctRankCount": 717,
          "maxRank": 23308.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 286345317,
            "mappedReadsCount": 214953593,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002371",
              "name": "bone marrow"
            },
            "anatEntityAuthorAnnotation": "marrow",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "monocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.061469,
          "sdRefIntergenicDistribution": 2.599374,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2322929,
          "distinctRankCount": 2109,
          "maxRank": 25000.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 286345317,
            "mappedReadsCount": 214953593,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002371",
              "name": "bone marrow"
            },
            "anatEntityAuthorAnnotation": "marrow",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.308571,
          "sdRefIntergenicDistribution": 2.031721,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 481683,
          "distinctRankCount": 873,
          "maxRank": 23703.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 286345317,
            "mappedReadsCount": 214953593,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002371",
              "name": "bone marrow"
            },
            "anatEntityAuthorAnnotation": "marrow",
            "cellType": {
              "id": "CL:0000037",
              "name": "hematopoietic stem cell"
            },
            "cellTypeAuthorAnnotation": "hematopoietic stem cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.344684,
          "sdRefIntergenicDistribution": 3.361360,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14739989,
          "distinctRankCount": 5589,
          "maxRank": 27064.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 286345317,
            "mappedReadsCount": 214953593,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002371",
              "name": "bone marrow"
            },
            "anatEntityAuthorAnnotation": "marrow",
            "cellType": {
              "id": "CL:0000094",
              "name": "granulocyte"
            },
            "cellTypeAuthorAnnotation": "granulocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.748742,
          "sdRefIntergenicDistribution": 2.563768,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2964560,
          "distinctRankCount": 1748,
          "maxRank": 24750.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 286345317,
            "mappedReadsCount": 214953593,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002371",
              "name": "bone marrow"
            },
            "anatEntityAuthorAnnotation": "marrow",
            "cellType": {
              "id": "CL:0000232",
              "name": "erythrocyte"
            },
            "cellTypeAuthorAnnotation": "erythrocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.886479,
          "sdRefIntergenicDistribution": 1.761808,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1444522,
          "distinctRankCount": 390,
          "maxRank": 21549.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 286345317,
            "mappedReadsCount": 214953593,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002371",
              "name": "bone marrow"
            },
            "anatEntityAuthorAnnotation": "marrow",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.194240,
          "sdRefIntergenicDistribution": 2.600679,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2108627,
          "distinctRankCount": 2666,
          "maxRank": 25193.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 286345317,
            "mappedReadsCount": 214953593,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002371",
              "name": "bone marrow"
            },
            "anatEntityAuthorAnnotation": "marrow",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "macrophage",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.066159,
          "sdRefIntergenicDistribution": 2.315447,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 953081,
          "distinctRankCount": 1510,
          "maxRank": 24523.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 286345317,
            "mappedReadsCount": 214953593,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002371",
              "name": "bone marrow"
            },
            "anatEntityAuthorAnnotation": "marrow",
            "cellType": {
              "id": "CL:0002045",
              "name": "Fraction A pre-pro B cell"
            },
            "cellTypeAuthorAnnotation": "Fraction A pre-pro B cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.069651,
          "sdRefIntergenicDistribution": 1.814967,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 145633,
          "distinctRankCount": 526,
          "maxRank": 22742.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 249982368,
            "mappedReadsCount": 188835745,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000948",
              "name": "heart"
            },
            "anatEntityAuthorAnnotation": "heart",
            "cellType": {
              "id": "CL:0010008",
              "name": "cardiac endothelial cell"
            },
            "cellTypeAuthorAnnotation": "endothelial cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.855794,
          "sdRefIntergenicDistribution": 2.387072,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1161871,
          "distinctRankCount": 2180,
          "maxRank": 24981.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 249982368,
            "mappedReadsCount": 188835745,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000948",
              "name": "heart"
            },
            "anatEntityAuthorAnnotation": "heart",
            "cellType": {
              "id": "CL:0002548",
              "name": "fibroblast of cardiac tissue"
            },
            "cellTypeAuthorAnnotation": "fibroblast",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.211580,
          "sdRefIntergenicDistribution": 2.427806,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1913048,
          "distinctRankCount": 2249,
          "maxRank": 25839.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 249982368,
            "mappedReadsCount": 188835745,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000948",
              "name": "heart"
            },
            "anatEntityAuthorAnnotation": "heart",
            "cellType": {
              "id": "CL:0000746",
              "name": "cardiac muscle cell"
            },
            "cellTypeAuthorAnnotation": "cardiac muscle cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.248871,
          "sdRefIntergenicDistribution": 1.941701,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 679169,
          "distinctRankCount": 992,
          "maxRank": 24510.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 249982368,
            "mappedReadsCount": 188835745,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000948",
              "name": "heart"
            },
            "anatEntityAuthorAnnotation": "heart",
            "cellType": {
              "id": "CL:0002350",
              "name": "endocardial cell"
            },
            "cellTypeAuthorAnnotation": "endocardial cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.446363,
          "sdRefIntergenicDistribution": 2.042520,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 676663,
          "distinctRankCount": 1601,
          "maxRank": 24582.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 249982368,
            "mappedReadsCount": 188835745,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000948",
              "name": "heart"
            },
            "anatEntityAuthorAnnotation": "heart",
            "cellType": {
              "id": "CL:0000192",
              "name": "smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "smooth muscle cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.283098,
          "sdRefIntergenicDistribution": 1.727800,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 156099,
          "distinctRankCount": 564,
          "maxRank": 23085.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 249982368,
            "mappedReadsCount": 188835745,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000948",
              "name": "heart"
            },
            "anatEntityAuthorAnnotation": "heart",
            "cellType": {
              "id": "CL:0000232",
              "name": "erythrocyte"
            },
            "cellTypeAuthorAnnotation": "erythrocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.933875,
          "sdRefIntergenicDistribution": 2.092014,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 565987,
          "distinctRankCount": 1254,
          "maxRank": 24045.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 216089382,
            "mappedReadsCount": 170096758,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000082",
              "name": "adult mammalian kidney"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:1000507",
              "name": "kidney tubule cell"
            },
            "cellTypeAuthorAnnotation": "kidney tubule cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.409902,
          "sdRefIntergenicDistribution": 3.064780,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10455563,
          "distinctRankCount": 3959,
          "maxRank": 26924.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 216089382,
            "mappedReadsCount": 170096758,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000082",
              "name": "adult mammalian kidney"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "endothelial cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.893444,
          "sdRefIntergenicDistribution": 2.174952,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 281869,
          "distinctRankCount": 1209,
          "maxRank": 23943.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 216089382,
            "mappedReadsCount": 170096758,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000082",
              "name": "adult mammalian kidney"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "macrophage",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.890866,
          "sdRefIntergenicDistribution": 2.238770,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 615579,
          "distinctRankCount": 1217,
          "maxRank": 24119.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 216089382,
            "mappedReadsCount": 170096758,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000082",
              "name": "adult mammalian kidney"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000057",
              "name": "fibroblast"
            },
            "cellTypeAuthorAnnotation": "fibroblast",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.594647,
          "sdRefIntergenicDistribution": 2.289849,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 753943,
          "distinctRankCount": 2080,
          "maxRank": 25129.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 216089382,
            "mappedReadsCount": 170096758,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000082",
              "name": "adult mammalian kidney"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000666",
              "name": "fenestrated cell"
            },
            "cellTypeAuthorAnnotation": "fenestrated cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.564278,
          "sdRefIntergenicDistribution": 2.486537,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 838207,
          "distinctRankCount": 1871,
          "maxRank": 24895.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 216089382,
            "mappedReadsCount": 170096758,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000082",
              "name": "adult mammalian kidney"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:1001225",
              "name": "kidney collecting duct cell"
            },
            "cellTypeAuthorAnnotation": "kidney collecting duct cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.354481,
          "sdRefIntergenicDistribution": 1.827986,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 262731,
          "distinctRankCount": 795,
          "maxRank": 23546.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 216089382,
            "mappedReadsCount": 170096758,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000082",
              "name": "adult mammalian kidney"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000192",
              "name": "smooth muscle cell"
            },
            "cellTypeAuthorAnnotation": "smooth muscle cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.946005,
          "sdRefIntergenicDistribution": 1.944168,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 207933,
          "distinctRankCount": 791,
          "maxRank": 23439.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 216089382,
            "mappedReadsCount": 170096758,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000082",
              "name": "adult mammalian kidney"
            },
            "anatEntityAuthorAnnotation": "kidney",
            "cellType": {
              "id": "CL:0000738",
              "name": "leukocyte"
            },
            "cellTypeAuthorAnnotation": "leukocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.397587,
          "sdRefIntergenicDistribution": 1.690472,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 99973,
          "distinctRankCount": 435,
          "maxRank": 22199.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 207912650,
            "mappedReadsCount": 126985448,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.552841,
          "sdRefIntergenicDistribution": 3.991624,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19906107,
          "distinctRankCount": 5650,
          "maxRank": 27527.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 207912650,
            "mappedReadsCount": 126985448,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.712503,
          "sdRefIntergenicDistribution": 3.349717,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7410036,
          "distinctRankCount": 3555,
          "maxRank": 26600.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 207912650,
            "mappedReadsCount": 126985448,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "macrophage",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.758476,
          "sdRefIntergenicDistribution": 2.305485,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1169455,
          "distinctRankCount": 1604,
          "maxRank": 24983.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 207912650,
            "mappedReadsCount": 126985448,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "dendritic cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.910404,
          "sdRefIntergenicDistribution": 2.105830,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 915260,
          "distinctRankCount": 1480,
          "maxRank": 24283.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 218007965,
            "mappedReadsCount": 143234500,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001255",
              "name": "urinary bladder"
            },
            "anatEntityAuthorAnnotation": "bladder",
            "cellType": {
              "id": "CL:1001319",
              "name": "bladder cell"
            },
            "cellTypeAuthorAnnotation": "bladder cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.847060,
          "sdRefIntergenicDistribution": 3.534290,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6135861,
          "distinctRankCount": 4910,
          "maxRank": 26577.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 218007965,
            "mappedReadsCount": 143234500,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001255",
              "name": "urinary bladder"
            },
            "anatEntityAuthorAnnotation": "bladder",
            "cellType": {
              "id": "CL:0000738",
              "name": "leukocyte"
            },
            "cellTypeAuthorAnnotation": "leukocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.773867,
          "sdRefIntergenicDistribution": 2.125003,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 284803,
          "distinctRankCount": 1084,
          "maxRank": 24115.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 218007965,
            "mappedReadsCount": 143234500,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001255",
              "name": "urinary bladder"
            },
            "anatEntityAuthorAnnotation": "bladder",
            "cellType": {
              "id": "CL:1000486",
              "name": "basal cell of urothelium"
            },
            "cellTypeAuthorAnnotation": "basal cell of urothelium",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.476919,
          "sdRefIntergenicDistribution": 2.706092,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1778202,
          "distinctRankCount": 2940,
          "maxRank": 25096.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 218007965,
            "mappedReadsCount": 143234500,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001255",
              "name": "urinary bladder"
            },
            "anatEntityAuthorAnnotation": "bladder",
            "cellType": {
              "id": "CL:0008019",
              "name": "mesenchymal cell"
            },
            "cellTypeAuthorAnnotation": "mesenchymal cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.160375,
          "sdRefIntergenicDistribution": 3.052453,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3060483,
          "distinctRankCount": 3172,
          "maxRank": 26218.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 218007965,
            "mappedReadsCount": 143234500,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001255",
              "name": "urinary bladder"
            },
            "anatEntityAuthorAnnotation": "bladder",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "endothelial cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.429918,
          "sdRefIntergenicDistribution": 2.018908,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 203371,
          "distinctRankCount": 710,
          "maxRank": 22737.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 305453315,
            "mappedReadsCount": 220473821,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:1001603",
              "name": "lung macrophage"
            },
            "cellTypeAuthorAnnotation": "macrophage",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.606440,
          "sdRefIntergenicDistribution": 2.321529,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1220221,
          "distinctRankCount": 1772,
          "maxRank": 24924.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 305453315,
            "mappedReadsCount": 220473821,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000064",
              "name": "ciliated cell"
            },
            "cellTypeAuthorAnnotation": "ciliated cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.110703,
          "sdRefIntergenicDistribution": 1.834421,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 114362,
          "distinctRankCount": 647,
          "maxRank": 22579.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 305453315,
            "mappedReadsCount": 220473821,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0002063",
              "name": "type II pneumocyte"
            },
            "cellTypeAuthorAnnotation": "type II pneumocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.475243,
          "sdRefIntergenicDistribution": 1.805148,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 253562,
          "distinctRankCount": 714,
          "maxRank": 22990.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 305453315,
            "mappedReadsCount": 220473821,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "unknown",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.483935,
          "sdRefIntergenicDistribution": 1.601364,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 84815,
          "distinctRankCount": 454,
          "maxRank": 22105.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 305453315,
            "mappedReadsCount": 220473821,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "mast cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 146.471621,
          "sdRefIntergenicDistribution": 1.723029,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7986,
          "distinctRankCount": 91,
          "maxRank": 18928.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 305453315,
            "mappedReadsCount": 220473821,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000077",
              "name": "mesothelial cell"
            },
            "cellTypeAuthorAnnotation": "mesothelial cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 42.161321,
          "sdRefIntergenicDistribution": 1.571019,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 27686,
          "distinctRankCount": 211,
          "maxRank": 20562.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 305453315,
            "mappedReadsCount": 220473821,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.608278,
          "sdRefIntergenicDistribution": 1.850573,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 182494,
          "distinctRankCount": 596,
          "maxRank": 22317.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 305453315,
            "mappedReadsCount": 220473821,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.726166,
          "sdRefIntergenicDistribution": 1.961984,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 260039,
          "distinctRankCount": 747,
          "maxRank": 22913.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 305453315,
            "mappedReadsCount": 220473821,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.741339,
          "sdRefIntergenicDistribution": 1.857361,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 248160,
          "distinctRankCount": 728,
          "maxRank": 22862.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 305453315,
            "mappedReadsCount": 220473821,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:1001567",
              "name": "lung endothelial cell"
            },
            "cellTypeAuthorAnnotation": "endothelial cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.488262,
          "sdRefIntergenicDistribution": 2.243360,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 745284,
          "distinctRankCount": 1400,
          "maxRank": 24576.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 305453315,
            "mappedReadsCount": 220473821,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000499",
              "name": "stromal cell"
            },
            "cellTypeAuthorAnnotation": "stromal cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.129351,
          "sdRefIntergenicDistribution": 2.144628,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 547383,
          "distinctRankCount": 1213,
          "maxRank": 24527.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 305453315,
            "mappedReadsCount": 220473821,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "dendritic cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.562711,
          "sdRefIntergenicDistribution": 2.109437,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 455782,
          "distinctRankCount": 1079,
          "maxRank": 23305.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 305453315,
            "mappedReadsCount": 220473821,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000738",
              "name": "leukocyte"
            },
            "cellTypeAuthorAnnotation": "leukocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.603581,
          "sdRefIntergenicDistribution": 1.826415,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 104565,
          "distinctRankCount": 406,
          "maxRank": 21761.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 305453315,
            "mappedReadsCount": 220473821,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "monocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.513269,
          "sdRefIntergenicDistribution": 2.124937,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 673884,
          "distinctRankCount": 1327,
          "maxRank": 23651.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 315714726,
            "mappedReadsCount": 222879229,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:1001603",
              "name": "lung macrophage"
            },
            "cellTypeAuthorAnnotation": "macrophage",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.148987,
          "sdRefIntergenicDistribution": 2.417763,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1910669,
          "distinctRankCount": 2178,
          "maxRank": 25506.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 315714726,
            "mappedReadsCount": 222879229,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000064",
              "name": "ciliated cell"
            },
            "cellTypeAuthorAnnotation": "ciliated cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.533072,
          "sdRefIntergenicDistribution": 1.527831,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 40323,
          "distinctRankCount": 326,
          "maxRank": 21489.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 315714726,
            "mappedReadsCount": 222879229,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0002063",
              "name": "type II pneumocyte"
            },
            "cellTypeAuthorAnnotation": "type II pneumocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.711371,
          "sdRefIntergenicDistribution": 1.599077,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 159257,
          "distinctRankCount": 522,
          "maxRank": 22456.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 315714726,
            "mappedReadsCount": 222879229,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "unknown",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.505228,
          "sdRefIntergenicDistribution": 1.689816,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 201283,
          "distinctRankCount": 783,
          "maxRank": 23543.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 315714726,
            "mappedReadsCount": 222879229,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "mast cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 40.291476,
          "sdRefIntergenicDistribution": 1.709733,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 28509,
          "distinctRankCount": 225,
          "maxRank": 20095.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 315714726,
            "mappedReadsCount": 222879229,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000077",
              "name": "mesothelial cell"
            },
            "cellTypeAuthorAnnotation": "mesothelial cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.942429,
          "sdRefIntergenicDistribution": 1.512283,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 25395,
          "distinctRankCount": 192,
          "maxRank": 20665.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 315714726,
            "mappedReadsCount": 222879229,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.599648,
          "sdRefIntergenicDistribution": 2.240160,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 699239,
          "distinctRankCount": 1070,
          "maxRank": 23950.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 315714726,
            "mappedReadsCount": 222879229,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.083448,
          "sdRefIntergenicDistribution": 2.340117,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 917927,
          "distinctRankCount": 1304,
          "maxRank": 24367.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 315714726,
            "mappedReadsCount": 222879229,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.641406,
          "sdRefIntergenicDistribution": 2.328585,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1198960,
          "distinctRankCount": 1436,
          "maxRank": 24758.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 315714726,
            "mappedReadsCount": 222879229,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:1001567",
              "name": "lung endothelial cell"
            },
            "cellTypeAuthorAnnotation": "endothelial cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.605027,
          "sdRefIntergenicDistribution": 2.546724,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1487645,
          "distinctRankCount": 1886,
          "maxRank": 25338.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 315714726,
            "mappedReadsCount": 222879229,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000499",
              "name": "stromal cell"
            },
            "cellTypeAuthorAnnotation": "stromal cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.838520,
          "sdRefIntergenicDistribution": 2.184400,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 636463,
          "distinctRankCount": 1187,
          "maxRank": 24827.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 315714726,
            "mappedReadsCount": 222879229,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "dendritic cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.002088,
          "sdRefIntergenicDistribution": 2.383855,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 978655,
          "distinctRankCount": 1764,
          "maxRank": 24217.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 315714726,
            "mappedReadsCount": 222879229,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000738",
              "name": "leukocyte"
            },
            "cellTypeAuthorAnnotation": "leukocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.906642,
          "sdRefIntergenicDistribution": 2.186678,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 414715,
          "distinctRankCount": 809,
          "maxRank": 23459.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 315714726,
            "mappedReadsCount": 222879229,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "monocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.429393,
          "sdRefIntergenicDistribution": 2.141380,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 700225,
          "distinctRankCount": 1237,
          "maxRank": 23776.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 315714726,
            "mappedReadsCount": 222879229,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000158",
              "name": "club cell"
            },
            "cellTypeAuthorAnnotation": "Clara cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.936020,
          "sdRefIntergenicDistribution": 1.597345,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 129015,
          "distinctRankCount": 411,
          "maxRank": 21808.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 258953637,
            "mappedReadsCount": 186927011,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001723",
              "name": "tongue"
            },
            "anatEntityAuthorAnnotation": "tongue",
            "cellType": {
              "id": "CL:0000312",
              "name": "keratinocyte"
            },
            "cellTypeAuthorAnnotation": "keratinocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.282044,
          "sdRefIntergenicDistribution": 3.534721,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 18292178,
          "distinctRankCount": 5851,
          "maxRank": 26981.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 258953637,
            "mappedReadsCount": 186927011,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001723",
              "name": "tongue"
            },
            "anatEntityAuthorAnnotation": "tongue",
            "cellType": {
              "id": "CL:0002187",
              "name": "basal cell of epidermis"
            },
            "cellTypeAuthorAnnotation": "basal cell of epidermis",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.314853,
          "sdRefIntergenicDistribution": 3.911434,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 26088156,
          "distinctRankCount": 6745,
          "maxRank": 27948.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 258953637,
            "mappedReadsCount": 186927011,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001723",
              "name": "tongue"
            },
            "anatEntityAuthorAnnotation": "tongue",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "unknown",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.123224,
          "sdRefIntergenicDistribution": 1.755381,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 143773,
          "distinctRankCount": 427,
          "maxRank": 21883.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 304634555,
            "mappedReadsCount": 209020202,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002370",
              "name": "thymus"
            },
            "anatEntityAuthorAnnotation": "thymus",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.492905,
          "sdRefIntergenicDistribution": 3.572252,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11450307,
          "distinctRankCount": 5237,
          "maxRank": 26749.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 304634555,
            "mappedReadsCount": 209020202,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002370",
              "name": "thymus"
            },
            "anatEntityAuthorAnnotation": "thymus",
            "cellType": {
              "id": "CL:0000499",
              "name": "stromal cell"
            },
            "cellTypeAuthorAnnotation": "stromal cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.854148,
          "sdRefIntergenicDistribution": 2.129718,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 969552,
          "distinctRankCount": 1543,
          "maxRank": 24576.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 308534395,
            "mappedReadsCount": 206396138,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001911",
              "name": "mammary gland"
            },
            "anatEntityAuthorAnnotation": "mammary gland",
            "cellType": {
              "id": "CL:0002662",
              "name": "luminal cell of lactiferous duct"
            },
            "cellTypeAuthorAnnotation": "luminal cell of lactiferous duct",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.788432,
          "sdRefIntergenicDistribution": 2.918415,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4202926,
          "distinctRankCount": 3755,
          "maxRank": 26261.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 308534395,
            "mappedReadsCount": 206396138,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001911",
              "name": "mammary gland"
            },
            "anatEntityAuthorAnnotation": "mammary gland",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.324396,
          "sdRefIntergenicDistribution": 2.627611,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1907452,
          "distinctRankCount": 2410,
          "maxRank": 25409.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 308534395,
            "mappedReadsCount": 206396138,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001911",
              "name": "mammary gland"
            },
            "anatEntityAuthorAnnotation": "mammary gland",
            "cellType": {
              "id": "CL:0000499",
              "name": "stromal cell"
            },
            "cellTypeAuthorAnnotation": "stromal cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.896746,
          "sdRefIntergenicDistribution": 2.624114,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2865008,
          "distinctRankCount": 2381,
          "maxRank": 26042.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 308534395,
            "mappedReadsCount": 206396138,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001911",
              "name": "mammary gland"
            },
            "anatEntityAuthorAnnotation": "mammary gland",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.713151,
          "sdRefIntergenicDistribution": 3.083021,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4984075,
          "distinctRankCount": 3300,
          "maxRank": 26322.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 308534395,
            "mappedReadsCount": 206396138,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001911",
              "name": "mammary gland"
            },
            "anatEntityAuthorAnnotation": "mammary gland",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "endothelial cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.542352,
          "sdRefIntergenicDistribution": 2.507450,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1456543,
          "distinctRankCount": 2102,
          "maxRank": 25162.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 308534395,
            "mappedReadsCount": 206396138,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001911",
              "name": "mammary gland"
            },
            "anatEntityAuthorAnnotation": "mammary gland",
            "cellType": {
              "id": "CL:0000646",
              "name": "basal cell"
            },
            "cellTypeAuthorAnnotation": "basal cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.779356,
          "sdRefIntergenicDistribution": 2.730425,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3555947,
          "distinctRankCount": 2868,
          "maxRank": 25999.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 308534395,
            "mappedReadsCount": 206396138,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001911",
              "name": "mammary gland"
            },
            "anatEntityAuthorAnnotation": "mammary gland",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "macrophage",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.718955,
          "sdRefIntergenicDistribution": 2.227661,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1102434,
          "distinctRankCount": 1689,
          "maxRank": 24872.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311461035,
            "mappedReadsCount": 208717714,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001911",
              "name": "mammary gland"
            },
            "anatEntityAuthorAnnotation": "mammary gland",
            "cellType": {
              "id": "CL:0002662",
              "name": "luminal cell of lactiferous duct"
            },
            "cellTypeAuthorAnnotation": "luminal cell of lactiferous duct",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.819787,
          "sdRefIntergenicDistribution": 2.963305,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4102289,
          "distinctRankCount": 4000,
          "maxRank": 26263.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311461035,
            "mappedReadsCount": 208717714,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001911",
              "name": "mammary gland"
            },
            "anatEntityAuthorAnnotation": "mammary gland",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.050536,
          "sdRefIntergenicDistribution": 2.951975,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2985511,
          "distinctRankCount": 2534,
          "maxRank": 25719.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311461035,
            "mappedReadsCount": 208717714,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001911",
              "name": "mammary gland"
            },
            "anatEntityAuthorAnnotation": "mammary gland",
            "cellType": {
              "id": "CL:0000499",
              "name": "stromal cell"
            },
            "cellTypeAuthorAnnotation": "stromal cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.810271,
          "sdRefIntergenicDistribution": 2.732801,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3444951,
          "distinctRankCount": 2545,
          "maxRank": 26207.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311461035,
            "mappedReadsCount": 208717714,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001911",
              "name": "mammary gland"
            },
            "anatEntityAuthorAnnotation": "mammary gland",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.655959,
          "sdRefIntergenicDistribution": 3.250396,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6074007,
          "distinctRankCount": 3177,
          "maxRank": 26504.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311461035,
            "mappedReadsCount": 208717714,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001911",
              "name": "mammary gland"
            },
            "anatEntityAuthorAnnotation": "mammary gland",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "endothelial cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.813974,
          "sdRefIntergenicDistribution": 2.386721,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1121778,
          "distinctRankCount": 1765,
          "maxRank": 24816.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311461035,
            "mappedReadsCount": 208717714,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001911",
              "name": "mammary gland"
            },
            "anatEntityAuthorAnnotation": "mammary gland",
            "cellType": {
              "id": "CL:0000646",
              "name": "basal cell"
            },
            "cellTypeAuthorAnnotation": "basal cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.432556,
          "sdRefIntergenicDistribution": 2.259064,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1361110,
          "distinctRankCount": 1725,
          "maxRank": 24956.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 311461035,
            "mappedReadsCount": 208717714,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0001911",
              "name": "mammary gland"
            },
            "anatEntityAuthorAnnotation": "mammary gland",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "macrophage",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.552224,
          "sdRefIntergenicDistribution": 2.293986,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1284447,
          "distinctRankCount": 1792,
          "maxRank": 24954.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 269519806,
            "mappedReadsCount": 186266727,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003661",
              "name": "limb muscle"
            },
            "anatEntityAuthorAnnotation": "limb muscle (tibialis anterior)",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "endothelial cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.443534,
          "sdRefIntergenicDistribution": 3.037466,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2073424,
          "distinctRankCount": 2001,
          "maxRank": 25556.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 269519806,
            "mappedReadsCount": 186266727,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003661",
              "name": "limb muscle"
            },
            "anatEntityAuthorAnnotation": "limb muscle (tibialis anterior)",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "unknown",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.842705,
          "sdRefIntergenicDistribution": 2.257479,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 651909,
          "distinctRankCount": 1144,
          "maxRank": 24888.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 269519806,
            "mappedReadsCount": 186266727,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003661",
              "name": "limb muscle"
            },
            "anatEntityAuthorAnnotation": "limb muscle (tibialis anterior)",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.886647,
          "sdRefIntergenicDistribution": 2.268188,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1008027,
          "distinctRankCount": 1241,
          "maxRank": 24649.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 269519806,
            "mappedReadsCount": 186266727,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003661",
              "name": "limb muscle"
            },
            "anatEntityAuthorAnnotation": "limb muscle (tibialis anterior)",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.860514,
          "sdRefIntergenicDistribution": 2.490545,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1160134,
          "distinctRankCount": 1258,
          "maxRank": 24370.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 269519806,
            "mappedReadsCount": 186266727,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003661",
              "name": "limb muscle"
            },
            "anatEntityAuthorAnnotation": "limb muscle (tibialis anterior)",
            "cellType": {
              "id": "CL:0000134",
              "name": "mesenchymal stem cell"
            },
            "cellTypeAuthorAnnotation": "mesenchymal stem cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.784499,
          "sdRefIntergenicDistribution": 3.039035,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4273619,
          "distinctRankCount": 2696,
          "maxRank": 26192.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 269519806,
            "mappedReadsCount": 186266727,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003661",
              "name": "limb muscle"
            },
            "anatEntityAuthorAnnotation": "limb muscle (tibialis anterior)",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "macrophage",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.744956,
          "sdRefIntergenicDistribution": 2.419533,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1199392,
          "distinctRankCount": 1677,
          "maxRank": 25057.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 269519806,
            "mappedReadsCount": 186266727,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003661",
              "name": "limb muscle"
            },
            "anatEntityAuthorAnnotation": "limb muscle (tibialis anterior)",
            "cellType": {
              "id": "CL:0000058",
              "name": "chondroblast"
            },
            "cellTypeAuthorAnnotation": "chondroblast",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.383785,
          "sdRefIntergenicDistribution": 2.565885,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1644518,
          "distinctRankCount": 1824,
          "maxRank": 25115.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 269519806,
            "mappedReadsCount": 186266727,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003661",
              "name": "limb muscle"
            },
            "anatEntityAuthorAnnotation": "limb muscle (tibialis anterior)",
            "cellType": {
              "id": "CL:0000594",
              "name": "skeletal muscle satellite cell"
            },
            "cellTypeAuthorAnnotation": "skeletal muscle satellite cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.765079,
          "sdRefIntergenicDistribution": 2.336043,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1091786,
          "distinctRankCount": 1313,
          "maxRank": 24481.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 211996837,
            "mappedReadsCount": 147693548,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791786"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003661",
              "name": "limb muscle"
            },
            "anatEntityAuthorAnnotation": "limb muscle (tibialis anterior)",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "endothelial cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.289517,
          "sdRefIntergenicDistribution": 3.147502,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2514783,
          "distinctRankCount": 2108,
          "maxRank": 25774.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 211996837,
            "mappedReadsCount": 147693548,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791786"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003661",
              "name": "limb muscle"
            },
            "anatEntityAuthorAnnotation": "limb muscle (tibialis anterior)",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "unknown",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.676874,
          "sdRefIntergenicDistribution": 2.282302,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 693911,
          "distinctRankCount": 1321,
          "maxRank": 24951.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 211996837,
            "mappedReadsCount": 147693548,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791786"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003661",
              "name": "limb muscle"
            },
            "anatEntityAuthorAnnotation": "limb muscle (tibialis anterior)",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.496901,
          "sdRefIntergenicDistribution": 2.098598,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 673985,
          "distinctRankCount": 1045,
          "maxRank": 24152.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 211996837,
            "mappedReadsCount": 147693548,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791786"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003661",
              "name": "limb muscle"
            },
            "anatEntityAuthorAnnotation": "limb muscle (tibialis anterior)",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.799303,
          "sdRefIntergenicDistribution": 2.180080,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 628002,
          "distinctRankCount": 943,
          "maxRank": 23889.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 211996837,
            "mappedReadsCount": 147693548,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791786"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003661",
              "name": "limb muscle"
            },
            "anatEntityAuthorAnnotation": "limb muscle (tibialis anterior)",
            "cellType": {
              "id": "CL:0000134",
              "name": "mesenchymal stem cell"
            },
            "cellTypeAuthorAnnotation": "mesenchymal stem cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.772434,
          "sdRefIntergenicDistribution": 3.022764,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4364212,
          "distinctRankCount": 2957,
          "maxRank": 26267.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 211996837,
            "mappedReadsCount": 147693548,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791786"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003661",
              "name": "limb muscle"
            },
            "anatEntityAuthorAnnotation": "limb muscle (tibialis anterior)",
            "cellType": {
              "id": "CL:0000235",
              "name": "macrophage"
            },
            "cellTypeAuthorAnnotation": "macrophage",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.543372,
          "sdRefIntergenicDistribution": 2.457642,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1399817,
          "distinctRankCount": 1740,
          "maxRank": 25195.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 211996837,
            "mappedReadsCount": 147693548,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791786"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003661",
              "name": "limb muscle"
            },
            "anatEntityAuthorAnnotation": "limb muscle (tibialis anterior)",
            "cellType": {
              "id": "CL:0000058",
              "name": "chondroblast"
            },
            "cellTypeAuthorAnnotation": "chondroblast",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.342240,
          "sdRefIntergenicDistribution": 2.566085,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1724751,
          "distinctRankCount": 1800,
          "maxRank": 25195.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 211996837,
            "mappedReadsCount": 147693548,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791786"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003661",
              "name": "limb muscle"
            },
            "anatEntityAuthorAnnotation": "limb muscle (tibialis anterior)",
            "cellType": {
              "id": "CL:0000594",
              "name": "skeletal muscle satellite cell"
            },
            "cellTypeAuthorAnnotation": "skeletal muscle satellite cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "female",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.692085,
          "sdRefIntergenicDistribution": 2.408815,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1196655,
          "distinctRankCount": 1373,
          "maxRank": 24479.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 192215733,
            "mappedReadsCount": 127574845,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791787"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000499",
              "name": "stromal cell"
            },
            "cellTypeAuthorAnnotation": "stromal cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.509273,
          "sdRefIntergenicDistribution": 3.040314,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2536256,
          "distinctRankCount": 3742,
          "maxRank": 26026.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 192215733,
            "mappedReadsCount": 127574845,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791787"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:1001567",
              "name": "lung endothelial cell"
            },
            "cellTypeAuthorAnnotation": "endothelial cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 145.861710,
          "sdRefIntergenicDistribution": 1.487790,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7451,
          "distinctRankCount": 139,
          "maxRank": 19412.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 192215733,
            "mappedReadsCount": 127574845,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791787"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000077",
              "name": "mesothelial cell"
            },
            "cellTypeAuthorAnnotation": "mesothelial cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 133.073025,
          "sdRefIntergenicDistribution": 1.602259,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8664,
          "distinctRankCount": 139,
          "maxRank": 19370.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 192215733,
            "mappedReadsCount": 127574845,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791787"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "monocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 123.125363,
          "sdRefIntergenicDistribution": 1.609033,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9572,
          "distinctRankCount": 113,
          "maxRank": 19152.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 192215733,
            "mappedReadsCount": 127574845,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791787"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "mast cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 334.123647,
          "sdRefIntergenicDistribution": 1.592461,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3364,
          "distinctRankCount": 62,
          "maxRank": 18622.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 192215733,
            "mappedReadsCount": 127574845,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791787"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000158",
              "name": "club cell"
            },
            "cellTypeAuthorAnnotation": "Clara cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.770882,
          "sdRefIntergenicDistribution": 1.727346,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 69411,
          "distinctRankCount": 315,
          "maxRank": 20134.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 192215733,
            "mappedReadsCount": 127574845,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791787"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.627738,
          "sdRefIntergenicDistribution": 2.101189,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 349158,
          "distinctRankCount": 1714,
          "maxRank": 23751.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 192215733,
            "mappedReadsCount": 127574845,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791787"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0002063",
              "name": "type II pneumocyte"
            },
            "cellTypeAuthorAnnotation": "type II pneumocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.930296,
          "sdRefIntergenicDistribution": 2.096632,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 402532,
          "distinctRankCount": 1739,
          "maxRank": 23732.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 192215733,
            "mappedReadsCount": 127574845,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791787"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000738",
              "name": "leukocyte"
            },
            "cellTypeAuthorAnnotation": "leukocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 188.694569,
          "sdRefIntergenicDistribution": 1.630543,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6258,
          "distinctRankCount": 70,
          "maxRank": 18721.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 192215733,
            "mappedReadsCount": 127574845,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791787"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.722238,
          "sdRefIntergenicDistribution": 1.607857,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 33396,
          "distinctRankCount": 422,
          "maxRank": 20363.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 192215733,
            "mappedReadsCount": 127574845,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791787"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "dendritic cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.227271,
          "sdRefIntergenicDistribution": 1.674979,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 37668,
          "distinctRankCount": 513,
          "maxRank": 20572.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 192215733,
            "mappedReadsCount": 127574845,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791787"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:1001603",
              "name": "lung macrophage"
            },
            "cellTypeAuthorAnnotation": "macrophage",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.824032,
          "sdRefIntergenicDistribution": 1.790892,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 122265,
          "distinctRankCount": 1191,
          "maxRank": 22863.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 192215733,
            "mappedReadsCount": 127574845,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791787"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000064",
              "name": "ciliated cell"
            },
            "cellTypeAuthorAnnotation": "ciliated cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.112792,
          "sdRefIntergenicDistribution": 1.949945,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 156364,
          "distinctRankCount": 1396,
          "maxRank": 23200.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 192215733,
            "mappedReadsCount": 127574845,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791787"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "unknown",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.991036,
          "sdRefIntergenicDistribution": 1.769513,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 38969,
          "distinctRankCount": 458,
          "maxRank": 21013.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 175491514,
            "mappedReadsCount": 117013529,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791788"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000499",
              "name": "stromal cell"
            },
            "cellTypeAuthorAnnotation": "stromal cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.965877,
          "sdRefIntergenicDistribution": 3.495965,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7289170,
          "distinctRankCount": 5035,
          "maxRank": 27035.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 175491514,
            "mappedReadsCount": 117013529,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791788"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:1001567",
              "name": "lung endothelial cell"
            },
            "cellTypeAuthorAnnotation": "endothelial cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 464.650637,
          "sdRefIntergenicDistribution": 1.324919,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2240,
          "distinctRankCount": 32,
          "maxRank": 18665.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 175491514,
            "mappedReadsCount": 117013529,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791788"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000077",
              "name": "mesothelial cell"
            },
            "cellTypeAuthorAnnotation": "mesothelial cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.960568,
          "sdRefIntergenicDistribution": 1.744174,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 157702,
          "distinctRankCount": 1205,
          "maxRank": 23081.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 175491514,
            "mappedReadsCount": 117013529,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791788"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "monocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.580627,
          "sdRefIntergenicDistribution": 1.698827,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 109568,
          "distinctRankCount": 857,
          "maxRank": 21883.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 175491514,
            "mappedReadsCount": 117013529,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791788"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "mast cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.337363,
          "sdRefIntergenicDistribution": 1.805396,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 33904,
          "distinctRankCount": 399,
          "maxRank": 20341.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 175491514,
            "mappedReadsCount": 117013529,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791788"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.532612,
          "sdRefIntergenicDistribution": 2.604391,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1602671,
          "distinctRankCount": 2704,
          "maxRank": 25149.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 175491514,
            "mappedReadsCount": 117013529,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791788"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0002063",
              "name": "type II pneumocyte"
            },
            "cellTypeAuthorAnnotation": "type II pneumocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.406131,
          "sdRefIntergenicDistribution": 1.711811,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 174642,
          "distinctRankCount": 1196,
          "maxRank": 22973.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 175491514,
            "mappedReadsCount": 117013529,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791788"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.710230,
          "sdRefIntergenicDistribution": 1.652333,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 82991,
          "distinctRankCount": 747,
          "maxRank": 21706.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 175491514,
            "mappedReadsCount": 117013529,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791788"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "dendritic cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.250948,
          "sdRefIntergenicDistribution": 1.679139,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 71214,
          "distinctRankCount": 745,
          "maxRank": 21483.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 175491514,
            "mappedReadsCount": 117013529,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791788"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:1001603",
              "name": "lung macrophage"
            },
            "cellTypeAuthorAnnotation": "macrophage",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.355523,
          "sdRefIntergenicDistribution": 2.162027,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 764486,
          "distinctRankCount": 2468,
          "maxRank": 24918.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 175491514,
            "mappedReadsCount": 117013529,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791788"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000064",
              "name": "ciliated cell"
            },
            "cellTypeAuthorAnnotation": "ciliated cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.070809,
          "sdRefIntergenicDistribution": 1.925016,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 175936,
          "distinctRankCount": 1544,
          "maxRank": 23643.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 175491514,
            "mappedReadsCount": 117013529,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791788"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0002371",
              "name": "somatic cell"
            },
            "cellTypeAuthorAnnotation": "unknown",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 39.744177,
          "sdRefIntergenicDistribution": 1.601232,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 29322,
          "distinctRankCount": 424,
          "maxRank": 21144.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 175491514,
            "mappedReadsCount": 117013529,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791788"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002048",
              "name": "lung"
            },
            "anatEntityAuthorAnnotation": "lung",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.756873,
          "sdRefIntergenicDistribution": 1.540725,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 65849,
          "distinctRankCount": 623,
          "maxRank": 21707.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 181952710,
            "mappedReadsCount": 128905674,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791789"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003126",
              "name": "trachea"
            },
            "anatEntityAuthorAnnotation": "trachea",
            "cellType": {
              "id": "CL:0000499",
              "name": "stromal cell"
            },
            "cellTypeAuthorAnnotation": "stromal cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.668370,
          "sdRefIntergenicDistribution": 4.016541,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16176174,
          "distinctRankCount": 6038,
          "maxRank": 28252.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 181952710,
            "mappedReadsCount": 128905674,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791789"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003126",
              "name": "trachea"
            },
            "anatEntityAuthorAnnotation": "trachea",
            "cellType": {
              "id": "CL:0000307",
              "name": "tracheal epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.837608,
          "sdRefIntergenicDistribution": 3.409902,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5875325,
          "distinctRankCount": 5176,
          "maxRank": 27199.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 181952710,
            "mappedReadsCount": 128905674,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791789"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003126",
              "name": "trachea"
            },
            "anatEntityAuthorAnnotation": "trachea",
            "cellType": {
              "id": "CL:0000738",
              "name": "leukocyte"
            },
            "cellTypeAuthorAnnotation": "leukocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.976529,
          "sdRefIntergenicDistribution": 2.902001,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3179395,
          "distinctRankCount": 3474,
          "maxRank": 26167.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 181952710,
            "mappedReadsCount": 128905674,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791789"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003126",
              "name": "trachea"
            },
            "anatEntityAuthorAnnotation": "trachea",
            "cellType": {
              "id": "CL:0000165",
              "name": "neuroendocrine cell"
            },
            "cellTypeAuthorAnnotation": "neuroendocrine cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.592186,
          "sdRefIntergenicDistribution": 2.494016,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1479716,
          "distinctRankCount": 2834,
          "maxRank": 26037.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 181952710,
            "mappedReadsCount": 128905674,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791789"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003126",
              "name": "trachea"
            },
            "anatEntityAuthorAnnotation": "trachea",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "endothelial cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.440152,
          "sdRefIntergenicDistribution": 3.392177,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2770457,
          "distinctRankCount": 3604,
          "maxRank": 26478.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 181952710,
            "mappedReadsCount": 128905674,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791789"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003126",
              "name": "trachea"
            },
            "anatEntityAuthorAnnotation": "trachea",
            "cellType": {
              "id": "CL:1000348",
              "name": "basal cell of epithelium of trachea"
            },
            "cellTypeAuthorAnnotation": "basal cell of epithelium of trachea",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.285985,
          "sdRefIntergenicDistribution": 1.786644,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 164435,
          "distinctRankCount": 1364,
          "maxRank": 23605.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 181952710,
            "mappedReadsCount": 128905674,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791789"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003126",
              "name": "trachea"
            },
            "anatEntityAuthorAnnotation": "trachea",
            "cellType": {
              "id": "CL:0000067",
              "name": "ciliated epithelial cell"
            },
            "cellTypeAuthorAnnotation": "ciliated epithelial cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.732277,
          "sdRefIntergenicDistribution": 1.850939,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 160971,
          "distinctRankCount": 1325,
          "maxRank": 23365.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 139537598,
            "mappedReadsCount": 102224572,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791790"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003126",
              "name": "trachea"
            },
            "anatEntityAuthorAnnotation": "trachea",
            "cellType": {
              "id": "CL:0000499",
              "name": "stromal cell"
            },
            "cellTypeAuthorAnnotation": "stromal cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.496528,
          "sdRefIntergenicDistribution": 4.018638,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19833620,
          "distinctRankCount": 6376,
          "maxRank": 28090.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 139537598,
            "mappedReadsCount": 102224572,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791790"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003126",
              "name": "trachea"
            },
            "anatEntityAuthorAnnotation": "trachea",
            "cellType": {
              "id": "CL:0000307",
              "name": "tracheal epithelial cell"
            },
            "cellTypeAuthorAnnotation": "epithelial cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.497920,
          "sdRefIntergenicDistribution": 2.778314,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1825842,
          "distinctRankCount": 3403,
          "maxRank": 25836.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 139537598,
            "mappedReadsCount": 102224572,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791790"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003126",
              "name": "trachea"
            },
            "anatEntityAuthorAnnotation": "trachea",
            "cellType": {
              "id": "CL:0000738",
              "name": "leukocyte"
            },
            "cellTypeAuthorAnnotation": "leukocyte",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.366416,
          "sdRefIntergenicDistribution": 2.511779,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1607618,
          "distinctRankCount": 2588,
          "maxRank": 25132.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 139537598,
            "mappedReadsCount": 102224572,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791790"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003126",
              "name": "trachea"
            },
            "anatEntityAuthorAnnotation": "trachea",
            "cellType": {
              "id": "CL:0000165",
              "name": "neuroendocrine cell"
            },
            "cellTypeAuthorAnnotation": "neuroendocrine cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.023032,
          "sdRefIntergenicDistribution": 1.966106,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 382337,
          "distinctRankCount": 1754,
          "maxRank": 24324.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 139537598,
            "mappedReadsCount": 102224572,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791790"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003126",
              "name": "trachea"
            },
            "anatEntityAuthorAnnotation": "trachea",
            "cellType": {
              "id": "CL:0000115",
              "name": "endothelial cell"
            },
            "cellTypeAuthorAnnotation": "endothelial cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.293434,
          "sdRefIntergenicDistribution": 2.497430,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 945746,
          "distinctRankCount": 2645,
          "maxRank": 25352.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 139537598,
            "mappedReadsCount": 102224572,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791790"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003126",
              "name": "trachea"
            },
            "anatEntityAuthorAnnotation": "trachea",
            "cellType": {
              "id": "CL:1000348",
              "name": "basal cell of epithelium of trachea"
            },
            "cellTypeAuthorAnnotation": "basal cell of epithelium of trachea",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.986153,
          "sdRefIntergenicDistribution": 1.821858,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 153197,
          "distinctRankCount": 1324,
          "maxRank": 23483.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina NovaSeq 6000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 139537598,
            "mappedReadsCount": 102224572,
            "minReadLength": 90,
            "maxReadLength": 90
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 54837,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP131661_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "SC_RNA_SEQ",
              "displayOrder": 1,
              "name": "SRA",
              "description": "Single-cell RNA-Seq data source for various species",
              "id": 102
            },
            "xRef": {
              "xRefId": "SRP131661",
              "xRefName": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP131661",
              "source": {
                "name": "SRA",
                "description": "Single-cell RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/s41586-018-0590-4",
            "name": "Tabula Muris: Transcriptomic characterization of 20 organs and tissues from Mus musculus at single cell resolution",
            "description": "We have created a resource of single cell transcriptome data from the model organism Mus musculus. Contributor: The Tabula Muris Consortium The full list of contributors to this dataset can be found in the corresponding publication. Overall design: Single cell RNA sequencing of single cells across 20 tissues of 3 month aged mice",
            "id": "SRP131661"
          },
          "id": "SRX3791790"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0003126",
              "name": "trachea"
            },
            "anatEntityAuthorAnnotation": "trachea",
            "cellType": {
              "id": "CL:0000067",
              "name": "ciliated epithelial cell"
            },
            "cellTypeAuthorAnnotation": "ciliated epithelial cell",
            "devStage": {
              "id": "MmusDv:0000063",
              "name": "3-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "3 months",
            "sex": "male",
            "strain": "C57BL/6J",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 148.365282,
          "sdRefIntergenicDistribution": 1.433795,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7104,
          "distinctRankCount": 90,
          "maxRank": 19306.00
        },
        "barcode": ""
      }
    ],
    "downloadUrls": [
      {
        "text": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
        "href": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.tsv.gz",
        "title": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP131661.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_SRP131661_droplet_based.h5ad",
        "title": "Mus_musculus_SRP131661_droplet_based.h5ad"
      }
    ]
  }
}