{
  "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": false,
      "numberOfAnnotatedCells": 1205,
      "downloadFiles": [
        {
          "category": "ANNOTATED_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": false,
          "species": {
            "genus": "Mus",
            "speciesName": "musculus",
            "genomeVersion": "GRCm38.p6",
            "speciesFullNameWithoutSpace": "Mus_musculus",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 862507,
            "genomeSpeciesId": 10090,
            "preferredDisplayOrder": 2,
            "name": "mouse",
            "id": 10090
          },
          "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
          "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
          "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
          "size": 0
        },
        {
          "category": "INDIVIDUAL_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": false,
          "species": {
            "genus": "Mus",
            "speciesName": "musculus",
            "genomeVersion": "GRCm38.p6",
            "speciesFullNameWithoutSpace": "Mus_musculus",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 862507,
            "genomeSpeciesId": 10090,
            "preferredDisplayOrder": 2,
            "name": "mouse",
            "id": 10090
          },
          "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
          "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
          "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
          "size": 0
        }
      ],
      "dataSource": {
        "xRefUrl": "",
        "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
        "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
        "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
        "releaseDate": "2023-04-04",
        "releaseVersion": "",
        "toDisplay": true,
        "category": "RNA_SEQ",
        "displayOrder": 2,
        "name": "SRA",
        "description": "RNA-Seq data source for various species",
        "id": 19
      },
      "xRef": {
        "xRefId": "ERP013381",
        "xRefName": "Mouse embryonic RNA-seq",
        "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
        "source": {
          "name": "SRA",
          "description": "RNA-Seq data source for various species",
          "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
        }
      },
      "assayCount": 0,
      "dOI": "10.1038/nature18633",
      "name": "Mouse embryonic RNA-seq",
      "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
      "id": "ERP013381"
    },
    "assays": [
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1097561,
            "mappedReadsCount": 853138,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226326"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.208596,
          "sdRefIntergenicDistribution": 4.334437,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10438,
          "maxRank": 10462.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1025929,
            "mappedReadsCount": 830775,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226327"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.142043,
          "sdRefIntergenicDistribution": 4.542947,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 6065,
          "maxRank": 6079.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1775305,
            "mappedReadsCount": 1390788,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226328"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.132974,
          "sdRefIntergenicDistribution": 4.563790,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9926,
          "maxRank": 9950.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1396350,
            "mappedReadsCount": 1163465,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226329"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.144950,
          "sdRefIntergenicDistribution": 5.014567,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10208,
          "maxRank": 10233.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2087470,
            "mappedReadsCount": 1769317,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226330"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.094825,
          "sdRefIntergenicDistribution": 4.156757,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9449,
          "maxRank": 9484.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1892358,
            "mappedReadsCount": 1458415,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226331"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.180343,
          "sdRefIntergenicDistribution": 4.813810,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9985,
          "maxRank": 10019.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1082723,
            "mappedReadsCount": 933985,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226332"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.146083,
          "sdRefIntergenicDistribution": 3.866094,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8851,
          "maxRank": 8876.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 743333,
            "mappedReadsCount": 616996,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226333"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.220084,
          "sdRefIntergenicDistribution": 4.537826,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9327,
          "maxRank": 9345.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 731057,
            "mappedReadsCount": 639158,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226334"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.205977,
          "sdRefIntergenicDistribution": 4.210940,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8585,
          "maxRank": 8603.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2535983,
            "mappedReadsCount": 2158196,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226335"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.083157,
          "sdRefIntergenicDistribution": 4.660929,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9678,
          "maxRank": 9701.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1865256,
            "mappedReadsCount": 1465050,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226336"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.145973,
          "sdRefIntergenicDistribution": 5.010437,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7416,
          "maxRank": 7443.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2266434,
            "mappedReadsCount": 1853640,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226337"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.096561,
          "sdRefIntergenicDistribution": 4.417263,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10043,
          "maxRank": 10081.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3272613,
            "mappedReadsCount": 2813535,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226338"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.076016,
          "sdRefIntergenicDistribution": 4.576789,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10055,
          "maxRank": 10094.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2498474,
            "mappedReadsCount": 2128531,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226339"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.086129,
          "sdRefIntergenicDistribution": 4.305764,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11077,
          "maxRank": 11104.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1774359,
            "mappedReadsCount": 1512722,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226340"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.153369,
          "sdRefIntergenicDistribution": 4.216205,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10089,
          "maxRank": 10115.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1139117,
            "mappedReadsCount": 980339,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226341"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.154321,
          "sdRefIntergenicDistribution": 3.889185,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9302,
          "maxRank": 9319.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1607223,
            "mappedReadsCount": 1342010,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226342"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.153862,
          "sdRefIntergenicDistribution": 4.496158,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9836,
          "maxRank": 9874.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4946933,
            "mappedReadsCount": 4280751,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226343"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.057766,
          "sdRefIntergenicDistribution": 4.946124,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10810,
          "maxRank": 10850.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5715744,
            "mappedReadsCount": 5014881,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226344"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.040294,
          "sdRefIntergenicDistribution": 4.783041,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10453,
          "maxRank": 10476.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 6765764,
            "mappedReadsCount": 5844478,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226345"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.045790,
          "sdRefIntergenicDistribution": 5.834990,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10896,
          "maxRank": 10951.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3714225,
            "mappedReadsCount": 2955261,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226346"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.083371,
          "sdRefIntergenicDistribution": 4.949806,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11397,
          "maxRank": 11426.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2469110,
            "mappedReadsCount": 2041221,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226347"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.115353,
          "sdRefIntergenicDistribution": 4.927248,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10985,
          "maxRank": 11103.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3153282,
            "mappedReadsCount": 2475036,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226348"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.097454,
          "sdRefIntergenicDistribution": 4.889792,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9172,
          "maxRank": 9204.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2239420,
            "mappedReadsCount": 1849444,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226349"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.093048,
          "sdRefIntergenicDistribution": 4.124031,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10109,
          "maxRank": 10147.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1051460,
            "mappedReadsCount": 892618,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226350"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.163902,
          "sdRefIntergenicDistribution": 5.072329,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8816,
          "maxRank": 8843.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2936713,
            "mappedReadsCount": 2392915,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226351"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.093040,
          "sdRefIntergenicDistribution": 4.406056,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9515,
          "maxRank": 9549.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3962411,
            "mappedReadsCount": 3415092,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226352"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.060521,
          "sdRefIntergenicDistribution": 4.532316,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10107,
          "maxRank": 10154.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3245860,
            "mappedReadsCount": 2764271,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226353"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.065413,
          "sdRefIntergenicDistribution": 4.770671,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9438,
          "maxRank": 9464.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3849360,
            "mappedReadsCount": 3363891,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226354"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.067484,
          "sdRefIntergenicDistribution": 5.149216,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10178,
          "maxRank": 10204.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4236517,
            "mappedReadsCount": 3480856,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226355"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.071030,
          "sdRefIntergenicDistribution": 4.791585,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11658,
          "maxRank": 11690.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1068040,
            "mappedReadsCount": 923417,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226356"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.176975,
          "sdRefIntergenicDistribution": 3.771759,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8772,
          "maxRank": 8816.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1918682,
            "mappedReadsCount": 1539287,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226357"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.144203,
          "sdRefIntergenicDistribution": 4.696577,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9402,
          "maxRank": 9443.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4216982,
            "mappedReadsCount": 3704307,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226358"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.049761,
          "sdRefIntergenicDistribution": 4.617361,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10607,
          "maxRank": 10635.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4660033,
            "mappedReadsCount": 3918919,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226359"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.056290,
          "sdRefIntergenicDistribution": 4.722609,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10488,
          "maxRank": 10535.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4041193,
            "mappedReadsCount": 3361946,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226360"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.071686,
          "sdRefIntergenicDistribution": 4.843398,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9868,
          "maxRank": 9891.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5895509,
            "mappedReadsCount": 4782783,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226361"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.058182,
          "sdRefIntergenicDistribution": 4.947512,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11410,
          "maxRank": 11440.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 6235141,
            "mappedReadsCount": 5463803,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226362"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.037292,
          "sdRefIntergenicDistribution": 4.007113,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11248,
          "maxRank": 11275.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4753353,
            "mappedReadsCount": 3941387,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226363"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.062036,
          "sdRefIntergenicDistribution": 4.595347,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11058,
          "maxRank": 11087.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4448523,
            "mappedReadsCount": 3679140,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226364"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.060956,
          "sdRefIntergenicDistribution": 4.775268,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10284,
          "maxRank": 10323.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2554310,
            "mappedReadsCount": 2127625,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226365"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.103134,
          "sdRefIntergenicDistribution": 4.452231,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11525,
          "maxRank": 11559.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 971707,
            "mappedReadsCount": 771002,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226366"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.211803,
          "sdRefIntergenicDistribution": 4.206133,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8874,
          "maxRank": 8906.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2576005,
            "mappedReadsCount": 2189676,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226367"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.083350,
          "sdRefIntergenicDistribution": 4.436902,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9674,
          "maxRank": 9699.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2688298,
            "mappedReadsCount": 2302662,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226368"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.075514,
          "sdRefIntergenicDistribution": 4.334866,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9787,
          "maxRank": 9815.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5028690,
            "mappedReadsCount": 4311731,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226369"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.054096,
          "sdRefIntergenicDistribution": 4.992961,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10053,
          "maxRank": 10085.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4302991,
            "mappedReadsCount": 3587773,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226370"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.061155,
          "sdRefIntergenicDistribution": 4.369790,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10520,
          "maxRank": 10549.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3827795,
            "mappedReadsCount": 3149086,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226371"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.074413,
          "sdRefIntergenicDistribution": 4.566016,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10776,
          "maxRank": 10815.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4843392,
            "mappedReadsCount": 4033615,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226372"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.057624,
          "sdRefIntergenicDistribution": 4.854380,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10513,
          "maxRank": 10582.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1020181,
            "mappedReadsCount": 798108,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226373"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.204739,
          "sdRefIntergenicDistribution": 4.539586,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9466,
          "maxRank": 9493.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2780449,
            "mappedReadsCount": 2348513,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226374"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.081841,
          "sdRefIntergenicDistribution": 5.278036,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10224,
          "maxRank": 10259.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4825272,
            "mappedReadsCount": 4059838,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226375"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.050910,
          "sdRefIntergenicDistribution": 4.589486,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10712,
          "maxRank": 10750.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 9244781,
            "mappedReadsCount": 8006163,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226376"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.030087,
          "sdRefIntergenicDistribution": 4.860341,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10028,
          "maxRank": 10066.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4296840,
            "mappedReadsCount": 3719495,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226377"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.052954,
          "sdRefIntergenicDistribution": 4.133330,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9903,
          "maxRank": 9926.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2738311,
            "mappedReadsCount": 2281403,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226378"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.083706,
          "sdRefIntergenicDistribution": 4.231189,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10468,
          "maxRank": 10508.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2892187,
            "mappedReadsCount": 2430914,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226379"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.088270,
          "sdRefIntergenicDistribution": 4.211223,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11580,
          "maxRank": 11621.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2354156,
            "mappedReadsCount": 1954431,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226380"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.096755,
          "sdRefIntergenicDistribution": 4.022668,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9820,
          "maxRank": 9856.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1646071,
            "mappedReadsCount": 1415727,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226381"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.119043,
          "sdRefIntergenicDistribution": 4.403204,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9309,
          "maxRank": 9329.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2753337,
            "mappedReadsCount": 2309510,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226382"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.091134,
          "sdRefIntergenicDistribution": 4.530757,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10717,
          "maxRank": 10754.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 6205543,
            "mappedReadsCount": 5076037,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226383"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.050781,
          "sdRefIntergenicDistribution": 4.687589,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10536,
          "maxRank": 10565.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4767830,
            "mappedReadsCount": 4019338,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226384"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.052332,
          "sdRefIntergenicDistribution": 4.374795,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11720,
          "maxRank": 11754.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5112102,
            "mappedReadsCount": 4345373,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226385"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.052855,
          "sdRefIntergenicDistribution": 4.599775,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11535,
          "maxRank": 11584.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 6308053,
            "mappedReadsCount": 5027217,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226386"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.056228,
          "sdRefIntergenicDistribution": 4.754293,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11454,
          "maxRank": 11488.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4663817,
            "mappedReadsCount": 3859823,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226387"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.060123,
          "sdRefIntergenicDistribution": 4.669232,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11462,
          "maxRank": 11499.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2316696,
            "mappedReadsCount": 1909463,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226388"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.104822,
          "sdRefIntergenicDistribution": 4.531481,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11405,
          "maxRank": 11442.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1323141,
            "mappedReadsCount": 1137328,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226389"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.141374,
          "sdRefIntergenicDistribution": 4.105729,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9924,
          "maxRank": 9941.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1890593,
            "mappedReadsCount": 1577350,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226390"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.108954,
          "sdRefIntergenicDistribution": 5.271686,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9590,
          "maxRank": 9616.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3604904,
            "mappedReadsCount": 3051102,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226391"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.065163,
          "sdRefIntergenicDistribution": 4.508916,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10102,
          "maxRank": 10137.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4698907,
            "mappedReadsCount": 3920646,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226392"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.061430,
          "sdRefIntergenicDistribution": 4.666659,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10252,
          "maxRank": 10281.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4310889,
            "mappedReadsCount": 3699398,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226393"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.061640,
          "sdRefIntergenicDistribution": 4.916059,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10201,
          "maxRank": 10253.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2260521,
            "mappedReadsCount": 1928535,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226394"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.098036,
          "sdRefIntergenicDistribution": 4.215674,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10189,
          "maxRank": 10212.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 475876,
            "mappedReadsCount": 318965,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226395"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.475911,
          "sdRefIntergenicDistribution": 5.085118,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8024,
          "maxRank": 8048.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1032584,
            "mappedReadsCount": 850683,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226396"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.211930,
          "sdRefIntergenicDistribution": 4.352803,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9217,
          "maxRank": 9250.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1572484,
            "mappedReadsCount": 1378337,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226397"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.136551,
          "sdRefIntergenicDistribution": 4.021887,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9308,
          "maxRank": 9337.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1433887,
            "mappedReadsCount": 1190488,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226398"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.140997,
          "sdRefIntergenicDistribution": 4.390729,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9926,
          "maxRank": 9944.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2126612,
            "mappedReadsCount": 1715650,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226399"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.128725,
          "sdRefIntergenicDistribution": 4.311177,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10612,
          "maxRank": 10648.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1875682,
            "mappedReadsCount": 1558265,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226400"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.123939,
          "sdRefIntergenicDistribution": 4.740614,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10136,
          "maxRank": 10158.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2155996,
            "mappedReadsCount": 1856578,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226401"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.094960,
          "sdRefIntergenicDistribution": 3.872223,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9941,
          "maxRank": 9980.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1163918,
            "mappedReadsCount": 1001022,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226402"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.166034,
          "sdRefIntergenicDistribution": 4.012108,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9590,
          "maxRank": 9608.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1843822,
            "mappedReadsCount": 1517478,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226403"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.135478,
          "sdRefIntergenicDistribution": 4.582977,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9751,
          "maxRank": 9777.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2481266,
            "mappedReadsCount": 2106124,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226404"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.095698,
          "sdRefIntergenicDistribution": 4.311585,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9868,
          "maxRank": 9890.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3038431,
            "mappedReadsCount": 2498497,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226405"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.078079,
          "sdRefIntergenicDistribution": 4.362944,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11361,
          "maxRank": 11394.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3269689,
            "mappedReadsCount": 2747664,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226406"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.073487,
          "sdRefIntergenicDistribution": 4.339445,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10550,
          "maxRank": 10586.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2482978,
            "mappedReadsCount": 2174672,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226407"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.074332,
          "sdRefIntergenicDistribution": 4.687323,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10089,
          "maxRank": 10111.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2766017,
            "mappedReadsCount": 2285129,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226408"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.104694,
          "sdRefIntergenicDistribution": 4.499171,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10821,
          "maxRank": 10853.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1315900,
            "mappedReadsCount": 1085240,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226409"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.149744,
          "sdRefIntergenicDistribution": 3.743974,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10600,
          "maxRank": 10637.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2010771,
            "mappedReadsCount": 1706760,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226410"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.106677,
          "sdRefIntergenicDistribution": 4.074054,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9999,
          "maxRank": 10025.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2522634,
            "mappedReadsCount": 2130802,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226411"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.077376,
          "sdRefIntergenicDistribution": 4.260949,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10206,
          "maxRank": 10238.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1648433,
            "mappedReadsCount": 1381018,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226412"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.144742,
          "sdRefIntergenicDistribution": 4.407862,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9176,
          "maxRank": 9206.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1641294,
            "mappedReadsCount": 1390694,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226413"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.130603,
          "sdRefIntergenicDistribution": 4.339998,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10126,
          "maxRank": 10152.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2460614,
            "mappedReadsCount": 2043430,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226414"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.089129,
          "sdRefIntergenicDistribution": 4.263181,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11640,
          "maxRank": 11688.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2578671,
            "mappedReadsCount": 2255319,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226415"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.091353,
          "sdRefIntergenicDistribution": 4.327888,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10180,
          "maxRank": 10200.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1548944,
            "mappedReadsCount": 1327570,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226416"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.147055,
          "sdRefIntergenicDistribution": 4.323576,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10042,
          "maxRank": 10067.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3322320,
            "mappedReadsCount": 2654308,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226417"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.081641,
          "sdRefIntergenicDistribution": 5.149664,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8191,
          "maxRank": 8219.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1512384,
            "mappedReadsCount": 963072,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226418"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.166206,
          "sdRefIntergenicDistribution": 4.472951,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 4923,
          "maxRank": 4941.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3560648,
            "mappedReadsCount": 2720003,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226419"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.077275,
          "sdRefIntergenicDistribution": 4.814632,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9049,
          "maxRank": 9085.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1915445,
            "mappedReadsCount": 1289003,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226420"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.148736,
          "sdRefIntergenicDistribution": 5.199718,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8121,
          "maxRank": 8148.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2767543,
            "mappedReadsCount": 1873369,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226421"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.113788,
          "sdRefIntergenicDistribution": 4.882943,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7866,
          "maxRank": 7899.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2695740,
            "mappedReadsCount": 1913610,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226422"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.112575,
          "sdRefIntergenicDistribution": 4.998972,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9111,
          "maxRank": 9141.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1812704,
            "mappedReadsCount": 1025297,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226423"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.178612,
          "sdRefIntergenicDistribution": 4.829132,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7648,
          "maxRank": 7679.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1431644,
            "mappedReadsCount": 809186,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226424"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.271591,
          "sdRefIntergenicDistribution": 5.332742,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8000,
          "maxRank": 8022.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1790564,
            "mappedReadsCount": 1283501,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226425"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.143890,
          "sdRefIntergenicDistribution": 4.137121,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7755,
          "maxRank": 7776.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3857496,
            "mappedReadsCount": 2995641,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226426"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.067374,
          "sdRefIntergenicDistribution": 4.145234,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9086,
          "maxRank": 9111.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2450110,
            "mappedReadsCount": 1892512,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226427"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.099592,
          "sdRefIntergenicDistribution": 4.428174,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8250,
          "maxRank": 8278.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2544957,
            "mappedReadsCount": 1984417,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226428"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.100144,
          "sdRefIntergenicDistribution": 4.904974,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7778,
          "maxRank": 7810.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2006391,
            "mappedReadsCount": 1398788,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226429"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.131619,
          "sdRefIntergenicDistribution": 4.778117,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8787,
          "maxRank": 8822.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2012967,
            "mappedReadsCount": 1564235,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226430"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.117948,
          "sdRefIntergenicDistribution": 4.374844,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9479,
          "maxRank": 9509.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4746015,
            "mappedReadsCount": 3709983,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226431"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.077202,
          "sdRefIntergenicDistribution": 5.110269,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10568,
          "maxRank": 10603.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2421242,
            "mappedReadsCount": 1598545,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226432"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.154808,
          "sdRefIntergenicDistribution": 4.864167,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10443,
          "maxRank": 10470.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5185965,
            "mappedReadsCount": 4254200,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226433"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.051263,
          "sdRefIntergenicDistribution": 4.684546,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9460,
          "maxRank": 9490.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2746073,
            "mappedReadsCount": 2269429,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226434"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.104989,
          "sdRefIntergenicDistribution": 5.045101,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10182,
          "maxRank": 10216.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2577695,
            "mappedReadsCount": 1935687,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226435"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.091543,
          "sdRefIntergenicDistribution": 4.323391,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9639,
          "maxRank": 9664.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 780213,
            "mappedReadsCount": 496756,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226436"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.285696,
          "sdRefIntergenicDistribution": 5.086718,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 3903,
          "maxRank": 3919.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2745357,
            "mappedReadsCount": 1871291,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226437"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.122980,
          "sdRefIntergenicDistribution": 4.882489,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10625,
          "maxRank": 10655.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3511051,
            "mappedReadsCount": 2452968,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226438"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.099037,
          "sdRefIntergenicDistribution": 4.755670,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10127,
          "maxRank": 10167.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2360684,
            "mappedReadsCount": 1693522,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226439"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.114767,
          "sdRefIntergenicDistribution": 4.986363,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9861,
          "maxRank": 9885.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3383354,
            "mappedReadsCount": 2557923,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226440"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.082737,
          "sdRefIntergenicDistribution": 5.270276,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9950,
          "maxRank": 9987.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3330463,
            "mappedReadsCount": 2558675,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226441"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.080113,
          "sdRefIntergenicDistribution": 4.842846,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9050,
          "maxRank": 9081.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3206338,
            "mappedReadsCount": 2589152,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226442"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.067310,
          "sdRefIntergenicDistribution": 4.529994,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8903,
          "maxRank": 8930.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2044902,
            "mappedReadsCount": 1638597,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226443"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.103969,
          "sdRefIntergenicDistribution": 4.735840,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9406,
          "maxRank": 9434.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1145885,
            "mappedReadsCount": 801747,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226444"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.193533,
          "sdRefIntergenicDistribution": 4.533585,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8772,
          "maxRank": 8800.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1548714,
            "mappedReadsCount": 1217968,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226445"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.138606,
          "sdRefIntergenicDistribution": 5.051232,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8316,
          "maxRank": 8344.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2468872,
            "mappedReadsCount": 1833763,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226446"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.120392,
          "sdRefIntergenicDistribution": 5.023016,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9481,
          "maxRank": 9502.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1224373,
            "mappedReadsCount": 798358,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226447"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.266269,
          "sdRefIntergenicDistribution": 4.831015,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9553,
          "maxRank": 9581.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2895190,
            "mappedReadsCount": 2017090,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226448"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.116110,
          "sdRefIntergenicDistribution": 4.965747,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10449,
          "maxRank": 10485.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2403300,
            "mappedReadsCount": 1486705,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226449"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.119300,
          "sdRefIntergenicDistribution": 4.654509,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 4507,
          "maxRank": 4522.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3154628,
            "mappedReadsCount": 2491185,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226450"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.080561,
          "sdRefIntergenicDistribution": 4.639643,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10047,
          "maxRank": 10086.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1816297,
            "mappedReadsCount": 1385088,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226451"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.108362,
          "sdRefIntergenicDistribution": 4.614023,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 5323,
          "maxRank": 5352.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1709592,
            "mappedReadsCount": 1287589,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226452"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.126464,
          "sdRefIntergenicDistribution": 4.606599,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9246,
          "maxRank": 9289.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2489179,
            "mappedReadsCount": 1911315,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226453"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.111410,
          "sdRefIntergenicDistribution": 5.055291,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9651,
          "maxRank": 9693.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2515014,
            "mappedReadsCount": 1738255,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226454"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.152882,
          "sdRefIntergenicDistribution": 5.311541,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10111,
          "maxRank": 10149.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2926322,
            "mappedReadsCount": 2119435,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226455"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.103792,
          "sdRefIntergenicDistribution": 4.411187,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10324,
          "maxRank": 10361.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3478782,
            "mappedReadsCount": 2490054,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226456"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.093655,
          "sdRefIntergenicDistribution": 4.942675,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9851,
          "maxRank": 9891.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2963908,
            "mappedReadsCount": 2464581,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226457"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.066661,
          "sdRefIntergenicDistribution": 4.240371,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9025,
          "maxRank": 9051.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2488091,
            "mappedReadsCount": 1977542,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226458"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.102092,
          "sdRefIntergenicDistribution": 4.879032,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9555,
          "maxRank": 9593.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2141805,
            "mappedReadsCount": 1652988,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226459"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.124975,
          "sdRefIntergenicDistribution": 4.671906,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10871,
          "maxRank": 10904.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1855077,
            "mappedReadsCount": 1422593,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226460"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.124876,
          "sdRefIntergenicDistribution": 4.395451,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8736,
          "maxRank": 8770.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1795196,
            "mappedReadsCount": 1379173,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226461"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.136357,
          "sdRefIntergenicDistribution": 4.517553,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9117,
          "maxRank": 9134.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4083446,
            "mappedReadsCount": 3322774,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226462"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.059526,
          "sdRefIntergenicDistribution": 5.075258,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10135,
          "maxRank": 10168.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2241474,
            "mappedReadsCount": 1765523,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226463"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.132744,
          "sdRefIntergenicDistribution": 5.367484,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9637,
          "maxRank": 9671.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2305043,
            "mappedReadsCount": 1686285,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226464"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.128768,
          "sdRefIntergenicDistribution": 5.065039,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9227,
          "maxRank": 9254.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2084929,
            "mappedReadsCount": 1597598,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226465"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.115622,
          "sdRefIntergenicDistribution": 4.095613,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10253,
          "maxRank": 10282.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2407073,
            "mappedReadsCount": 1581856,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226466"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.185763,
          "sdRefIntergenicDistribution": 5.088126,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10377,
          "maxRank": 10406.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2039815,
            "mappedReadsCount": 1515242,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226467"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.141180,
          "sdRefIntergenicDistribution": 5.127191,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8441,
          "maxRank": 8473.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2003659,
            "mappedReadsCount": 1487083,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226468"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.140274,
          "sdRefIntergenicDistribution": 4.442859,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10446,
          "maxRank": 10476.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2857974,
            "mappedReadsCount": 2169205,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226469"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.106949,
          "sdRefIntergenicDistribution": 5.266298,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10282,
          "maxRank": 10329.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3229911,
            "mappedReadsCount": 2306244,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226470"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.116463,
          "sdRefIntergenicDistribution": 4.981175,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10699,
          "maxRank": 10729.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2799003,
            "mappedReadsCount": 2019874,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226471"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.123900,
          "sdRefIntergenicDistribution": 5.285783,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10450,
          "maxRank": 10473.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2369949,
            "mappedReadsCount": 1704425,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226472"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.145623,
          "sdRefIntergenicDistribution": 4.974800,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10409,
          "maxRank": 10446.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4032135,
            "mappedReadsCount": 3178741,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226473"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.074113,
          "sdRefIntergenicDistribution": 5.027756,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10863,
          "maxRank": 10902.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1921351,
            "mappedReadsCount": 1448638,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226474"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.163107,
          "sdRefIntergenicDistribution": 5.127568,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10038,
          "maxRank": 10074.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2194809,
            "mappedReadsCount": 1824394,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226475"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.104063,
          "sdRefIntergenicDistribution": 4.792174,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10067,
          "maxRank": 10097.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3055182,
            "mappedReadsCount": 2432064,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226476"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.081861,
          "sdRefIntergenicDistribution": 4.454664,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11033,
          "maxRank": 11074.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2826931,
            "mappedReadsCount": 2078291,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226477"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.134319,
          "sdRefIntergenicDistribution": 5.989970,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10341,
          "maxRank": 10380.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3257201,
            "mappedReadsCount": 2623643,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226478"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.089346,
          "sdRefIntergenicDistribution": 4.757630,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10391,
          "maxRank": 10427.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4263632,
            "mappedReadsCount": 3323719,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226479"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.076208,
          "sdRefIntergenicDistribution": 5.290708,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11238,
          "maxRank": 11273.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3125525,
            "mappedReadsCount": 2512002,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226480"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.083427,
          "sdRefIntergenicDistribution": 5.066741,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10384,
          "maxRank": 10421.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 6712729,
            "mappedReadsCount": 5456630,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226481"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.044086,
          "sdRefIntergenicDistribution": 4.690337,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11642,
          "maxRank": 11686.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3329198,
            "mappedReadsCount": 2622687,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226482"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.072430,
          "sdRefIntergenicDistribution": 4.414437,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9802,
          "maxRank": 9828.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3226293,
            "mappedReadsCount": 2639789,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226483"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.082731,
          "sdRefIntergenicDistribution": 4.867187,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10179,
          "maxRank": 10219.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2534854,
            "mappedReadsCount": 1996140,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226484"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.108487,
          "sdRefIntergenicDistribution": 4.776422,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10048,
          "maxRank": 10081.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2301819,
            "mappedReadsCount": 1732135,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226485"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.120463,
          "sdRefIntergenicDistribution": 4.795383,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10197,
          "maxRank": 10231.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2432905,
            "mappedReadsCount": 1871108,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226486"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.118744,
          "sdRefIntergenicDistribution": 4.892635,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10052,
          "maxRank": 10088.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3167048,
            "mappedReadsCount": 2342037,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226487"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.095098,
          "sdRefIntergenicDistribution": 4.376685,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9796,
          "maxRank": 9828.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2834377,
            "mappedReadsCount": 2274009,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226488"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.090056,
          "sdRefIntergenicDistribution": 4.574502,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9721,
          "maxRank": 9757.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3655676,
            "mappedReadsCount": 2682590,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226489"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.089290,
          "sdRefIntergenicDistribution": 5.102126,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9872,
          "maxRank": 9911.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3231676,
            "mappedReadsCount": 2544947,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226490"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.091955,
          "sdRefIntergenicDistribution": 4.968458,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9840,
          "maxRank": 9875.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2065536,
            "mappedReadsCount": 1434087,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226491"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.147385,
          "sdRefIntergenicDistribution": 4.669030,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10457,
          "maxRank": 10489.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3508785,
            "mappedReadsCount": 2804757,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226492"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.067272,
          "sdRefIntergenicDistribution": 4.571761,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10021,
          "maxRank": 10050.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2900823,
            "mappedReadsCount": 1955105,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226493"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.129374,
          "sdRefIntergenicDistribution": 6.024875,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8220,
          "maxRank": 8253.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2850182,
            "mappedReadsCount": 2243261,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226494"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.092652,
          "sdRefIntergenicDistribution": 4.591813,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10106,
          "maxRank": 10133.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3406930,
            "mappedReadsCount": 2531870,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226495"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.075989,
          "sdRefIntergenicDistribution": 5.137592,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9682,
          "maxRank": 9715.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2707275,
            "mappedReadsCount": 1986325,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226496"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.105662,
          "sdRefIntergenicDistribution": 4.588040,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10871,
          "maxRank": 10897.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4389041,
            "mappedReadsCount": 3548270,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226497"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.066294,
          "sdRefIntergenicDistribution": 4.485896,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10592,
          "maxRank": 10636.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 6806324,
            "mappedReadsCount": 5405577,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226498"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.056799,
          "sdRefIntergenicDistribution": 5.617514,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10004,
          "maxRank": 10046.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3316153,
            "mappedReadsCount": 2613335,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226499"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.081367,
          "sdRefIntergenicDistribution": 4.836590,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10798,
          "maxRank": 10833.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2889594,
            "mappedReadsCount": 2167741,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226500"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.101043,
          "sdRefIntergenicDistribution": 4.538989,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10414,
          "maxRank": 10445.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3212341,
            "mappedReadsCount": 2495065,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226501"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.099334,
          "sdRefIntergenicDistribution": 5.066117,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11034,
          "maxRank": 11068.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4968082,
            "mappedReadsCount": 3868759,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226502"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.065152,
          "sdRefIntergenicDistribution": 5.206605,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10758,
          "maxRank": 10802.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2766277,
            "mappedReadsCount": 2059465,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226503"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.103557,
          "sdRefIntergenicDistribution": 4.833669,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10496,
          "maxRank": 10542.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4913614,
            "mappedReadsCount": 3877295,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226504"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.059181,
          "sdRefIntergenicDistribution": 5.068847,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10613,
          "maxRank": 10653.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2828375,
            "mappedReadsCount": 2222627,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226505"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.082222,
          "sdRefIntergenicDistribution": 4.664479,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10371,
          "maxRank": 10395.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3401616,
            "mappedReadsCount": 2650262,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226506"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.087919,
          "sdRefIntergenicDistribution": 5.725744,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10679,
          "maxRank": 10728.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2277804,
            "mappedReadsCount": 1635738,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226507"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.126332,
          "sdRefIntergenicDistribution": 5.146599,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9390,
          "maxRank": 9419.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3735635,
            "mappedReadsCount": 2958961,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226508"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.084786,
          "sdRefIntergenicDistribution": 5.124618,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10629,
          "maxRank": 10660.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3881130,
            "mappedReadsCount": 2742672,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226509"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.104230,
          "sdRefIntergenicDistribution": 4.840169,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11378,
          "maxRank": 11415.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3735312,
            "mappedReadsCount": 3001213,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226510"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.078360,
          "sdRefIntergenicDistribution": 4.542829,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10861,
          "maxRank": 10899.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1023506,
            "mappedReadsCount": 590631,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226511"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.279668,
          "sdRefIntergenicDistribution": 5.003197,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 3593,
          "maxRank": 3601.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1665396,
            "mappedReadsCount": 1145776,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226512"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.138650,
          "sdRefIntergenicDistribution": 5.179895,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 4916,
          "maxRank": 4938.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 898459,
            "mappedReadsCount": 456671,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226513"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.455925,
          "sdRefIntergenicDistribution": 4.968051,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 3380,
          "maxRank": 3392.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2470220,
            "mappedReadsCount": 1874265,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226514"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.096141,
          "sdRefIntergenicDistribution": 7.462563,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 5624,
          "maxRank": 5638.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3403132,
            "mappedReadsCount": 2880429,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226515"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.069132,
          "sdRefIntergenicDistribution": 4.482845,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10193,
          "maxRank": 10217.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1848843,
            "mappedReadsCount": 1510251,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226516"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.119890,
          "sdRefIntergenicDistribution": 4.386591,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9557,
          "maxRank": 9584.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2271840,
            "mappedReadsCount": 1852784,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226517"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.099057,
          "sdRefIntergenicDistribution": 4.713665,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8468,
          "maxRank": 8492.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4324657,
            "mappedReadsCount": 3631222,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226518"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.057217,
          "sdRefIntergenicDistribution": 4.395601,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9882,
          "maxRank": 9918.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3432219,
            "mappedReadsCount": 2955691,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226519"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.067003,
          "sdRefIntergenicDistribution": 4.809869,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9661,
          "maxRank": 9694.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2737765,
            "mappedReadsCount": 2266750,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226520"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.097943,
          "sdRefIntergenicDistribution": 4.702413,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9253,
          "maxRank": 9279.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3145403,
            "mappedReadsCount": 2579254,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226521"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.077354,
          "sdRefIntergenicDistribution": 4.231397,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9289,
          "maxRank": 9316.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3203841,
            "mappedReadsCount": 2496935,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226522"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.093737,
          "sdRefIntergenicDistribution": 5.003369,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10530,
          "maxRank": 10557.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2548055,
            "mappedReadsCount": 2136420,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226523"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.094508,
          "sdRefIntergenicDistribution": 4.520019,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9541,
          "maxRank": 9586.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4462518,
            "mappedReadsCount": 3574094,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226524"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.066397,
          "sdRefIntergenicDistribution": 5.540116,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10437,
          "maxRank": 10474.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4392686,
            "mappedReadsCount": 3359381,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226525"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.084310,
          "sdRefIntergenicDistribution": 5.486122,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10710,
          "maxRank": 10744.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4083236,
            "mappedReadsCount": 3415983,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226526"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.069476,
          "sdRefIntergenicDistribution": 4.790519,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10746,
          "maxRank": 10788.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3610891,
            "mappedReadsCount": 2993374,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226527"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.071165,
          "sdRefIntergenicDistribution": 5.105701,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9980,
          "maxRank": 10007.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3319211,
            "mappedReadsCount": 2699326,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226528"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.087054,
          "sdRefIntergenicDistribution": 4.875150,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9780,
          "maxRank": 9811.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4464005,
            "mappedReadsCount": 3680464,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226529"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.058308,
          "sdRefIntergenicDistribution": 4.593415,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9939,
          "maxRank": 9966.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2174466,
            "mappedReadsCount": 1828042,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226530"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.091351,
          "sdRefIntergenicDistribution": 4.913479,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9266,
          "maxRank": 9293.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4756657,
            "mappedReadsCount": 3794416,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226531"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.057995,
          "sdRefIntergenicDistribution": 4.418562,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10701,
          "maxRank": 10735.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3812429,
            "mappedReadsCount": 3147749,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226532"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.066734,
          "sdRefIntergenicDistribution": 4.341982,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10325,
          "maxRank": 10350.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3594879,
            "mappedReadsCount": 2711739,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226533"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.082272,
          "sdRefIntergenicDistribution": 4.712687,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10162,
          "maxRank": 10191.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3383693,
            "mappedReadsCount": 2759528,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226534"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.071543,
          "sdRefIntergenicDistribution": 4.576252,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10657,
          "maxRank": 10686.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3048926,
            "mappedReadsCount": 2344315,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226535"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.087863,
          "sdRefIntergenicDistribution": 4.355331,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9814,
          "maxRank": 9846.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1881999,
            "mappedReadsCount": 1580248,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226536"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.108493,
          "sdRefIntergenicDistribution": 4.669226,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7823,
          "maxRank": 7844.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1976055,
            "mappedReadsCount": 1507789,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226537"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.129554,
          "sdRefIntergenicDistribution": 4.607012,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7919,
          "maxRank": 7951.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3551208,
            "mappedReadsCount": 2769749,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226538"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.078546,
          "sdRefIntergenicDistribution": 4.725817,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9831,
          "maxRank": 9870.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2685389,
            "mappedReadsCount": 2101872,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226539"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.104810,
          "sdRefIntergenicDistribution": 5.434545,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9800,
          "maxRank": 9834.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3017570,
            "mappedReadsCount": 2251893,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226540"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.095099,
          "sdRefIntergenicDistribution": 4.495976,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9991,
          "maxRank": 10032.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3750489,
            "mappedReadsCount": 2989515,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226541"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.072718,
          "sdRefIntergenicDistribution": 5.015240,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9620,
          "maxRank": 9651.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4969921,
            "mappedReadsCount": 4153000,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226542"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.055080,
          "sdRefIntergenicDistribution": 4.635470,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9593,
          "maxRank": 9636.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3416484,
            "mappedReadsCount": 2826147,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226543"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.065181,
          "sdRefIntergenicDistribution": 4.468421,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 5764,
          "maxRank": 5782.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2404208,
            "mappedReadsCount": 1997197,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226544"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.114690,
          "sdRefIntergenicDistribution": 4.570851,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8929,
          "maxRank": 8974.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2497630,
            "mappedReadsCount": 2081372,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226545"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.112430,
          "sdRefIntergenicDistribution": 5.005450,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9932,
          "maxRank": 9970.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3679016,
            "mappedReadsCount": 2823613,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226546"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.092910,
          "sdRefIntergenicDistribution": 5.010416,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10138,
          "maxRank": 10173.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3596507,
            "mappedReadsCount": 2918080,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226547"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.072638,
          "sdRefIntergenicDistribution": 5.111908,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10291,
          "maxRank": 10409.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2704150,
            "mappedReadsCount": 2000857,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226548"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.098923,
          "sdRefIntergenicDistribution": 4.526901,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10276,
          "maxRank": 10315.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1375428,
            "mappedReadsCount": 1123911,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226549"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-negative",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.130785,
          "sdRefIntergenicDistribution": 4.395683,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9241,
          "maxRank": 9278.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2316815,
            "mappedReadsCount": 1843453,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226550"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.092400,
          "sdRefIntergenicDistribution": 4.480072,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9657,
          "maxRank": 9670.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3103728,
            "mappedReadsCount": 2439954,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226551"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.101888,
          "sdRefIntergenicDistribution": 5.126423,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10324,
          "maxRank": 10358.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3611014,
            "mappedReadsCount": 2998052,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226552"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.071464,
          "sdRefIntergenicDistribution": 4.504756,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10234,
          "maxRank": 10263.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5607144,
            "mappedReadsCount": 4817056,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226553"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.043543,
          "sdRefIntergenicDistribution": 4.598559,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9986,
          "maxRank": 10010.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5644321,
            "mappedReadsCount": 4728845,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226554"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.052463,
          "sdRefIntergenicDistribution": 4.894071,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11330,
          "maxRank": 11358.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4062926,
            "mappedReadsCount": 3354740,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226555"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.063627,
          "sdRefIntergenicDistribution": 5.018368,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10702,
          "maxRank": 10738.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3575637,
            "mappedReadsCount": 3046440,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226556"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.067316,
          "sdRefIntergenicDistribution": 4.378203,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10519,
          "maxRank": 10561.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1295042,
            "mappedReadsCount": 963855,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226557"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.166419,
          "sdRefIntergenicDistribution": 4.992810,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 5694,
          "maxRank": 5720.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2375767,
            "mappedReadsCount": 1771320,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226558"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.116311,
          "sdRefIntergenicDistribution": 4.610687,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10406,
          "maxRank": 10444.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3041765,
            "mappedReadsCount": 2510647,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226559"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.089384,
          "sdRefIntergenicDistribution": 4.900505,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9793,
          "maxRank": 9815.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2708573,
            "mappedReadsCount": 2262890,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226560"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.092390,
          "sdRefIntergenicDistribution": 5.022159,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10136,
          "maxRank": 10173.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4194184,
            "mappedReadsCount": 3468348,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226561"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.069696,
          "sdRefIntergenicDistribution": 4.601425,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11026,
          "maxRank": 11067.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4234665,
            "mappedReadsCount": 3550850,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226562"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.056322,
          "sdRefIntergenicDistribution": 4.556500,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10579,
          "maxRank": 10690.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2456035,
            "mappedReadsCount": 1974078,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226563"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.098142,
          "sdRefIntergenicDistribution": 4.496695,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9768,
          "maxRank": 9801.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2704988,
            "mappedReadsCount": 2134761,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226564"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.096241,
          "sdRefIntergenicDistribution": 5.200401,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8121,
          "maxRank": 8151.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3928416,
            "mappedReadsCount": 3356957,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226565"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.072331,
          "sdRefIntergenicDistribution": 5.149210,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10397,
          "maxRank": 10421.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2987316,
            "mappedReadsCount": 2334506,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226566"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.085765,
          "sdRefIntergenicDistribution": 4.439372,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10174,
          "maxRank": 10204.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2373110,
            "mappedReadsCount": 1824175,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226567"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.116933,
          "sdRefIntergenicDistribution": 4.523608,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9822,
          "maxRank": 9846.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2688824,
            "mappedReadsCount": 1949791,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226568"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.117496,
          "sdRefIntergenicDistribution": 4.876471,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9119,
          "maxRank": 9150.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3607650,
            "mappedReadsCount": 2735851,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226569"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.081939,
          "sdRefIntergenicDistribution": 4.639342,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10410,
          "maxRank": 10446.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3324884,
            "mappedReadsCount": 2786505,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226570"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.070366,
          "sdRefIntergenicDistribution": 4.311766,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10708,
          "maxRank": 10735.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3042167,
            "mappedReadsCount": 2454868,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226571"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.090243,
          "sdRefIntergenicDistribution": 4.836400,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10290,
          "maxRank": 10314.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2863725,
            "mappedReadsCount": 2324522,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226572"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.088604,
          "sdRefIntergenicDistribution": 5.528119,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10184,
          "maxRank": 10223.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2852347,
            "mappedReadsCount": 2263141,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226573"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.098063,
          "sdRefIntergenicDistribution": 4.789555,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9361,
          "maxRank": 9395.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1945949,
            "mappedReadsCount": 1588702,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226574"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.124132,
          "sdRefIntergenicDistribution": 4.488213,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9842,
          "maxRank": 9877.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3254788,
            "mappedReadsCount": 2621023,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226575"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.086966,
          "sdRefIntergenicDistribution": 4.862166,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10130,
          "maxRank": 10152.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5156633,
            "mappedReadsCount": 4122499,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226576"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.057946,
          "sdRefIntergenicDistribution": 5.009844,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11017,
          "maxRank": 11047.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4171303,
            "mappedReadsCount": 3245444,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226577"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.072757,
          "sdRefIntergenicDistribution": 5.035971,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10131,
          "maxRank": 10167.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2625900,
            "mappedReadsCount": 2104590,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226578"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.095841,
          "sdRefIntergenicDistribution": 4.539205,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9639,
          "maxRank": 9666.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3118336,
            "mappedReadsCount": 2487654,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226579"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.082496,
          "sdRefIntergenicDistribution": 4.697380,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9553,
          "maxRank": 9577.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4204750,
            "mappedReadsCount": 3574458,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226580"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.057051,
          "sdRefIntergenicDistribution": 4.391628,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9809,
          "maxRank": 9835.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2943982,
            "mappedReadsCount": 2230994,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226581"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.092462,
          "sdRefIntergenicDistribution": 4.846185,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9485,
          "maxRank": 9505.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4202149,
            "mappedReadsCount": 3421918,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226582"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.068340,
          "sdRefIntergenicDistribution": 4.884669,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10576,
          "maxRank": 10610.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3416314,
            "mappedReadsCount": 2862146,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226583"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.067009,
          "sdRefIntergenicDistribution": 4.517893,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10860,
          "maxRank": 10893.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3606106,
            "mappedReadsCount": 2904335,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226584"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.081148,
          "sdRefIntergenicDistribution": 4.857360,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10705,
          "maxRank": 10734.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3288853,
            "mappedReadsCount": 2571654,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226585"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.093278,
          "sdRefIntergenicDistribution": 4.821583,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10339,
          "maxRank": 10372.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2611160,
            "mappedReadsCount": 2007436,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226586"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.113706,
          "sdRefIntergenicDistribution": 4.810474,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9811,
          "maxRank": 9838.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2569834,
            "mappedReadsCount": 2077043,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226587"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.110033,
          "sdRefIntergenicDistribution": 4.713358,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9784,
          "maxRank": 9816.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3301586,
            "mappedReadsCount": 2430690,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226588"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.095411,
          "sdRefIntergenicDistribution": 4.657966,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9377,
          "maxRank": 9416.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3151068,
            "mappedReadsCount": 2583633,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226589"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.077751,
          "sdRefIntergenicDistribution": 5.267383,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10765,
          "maxRank": 10799.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2827781,
            "mappedReadsCount": 2338790,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226590"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.085550,
          "sdRefIntergenicDistribution": 4.493343,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9899,
          "maxRank": 9929.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1912579,
            "mappedReadsCount": 1505845,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226591"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.134239,
          "sdRefIntergenicDistribution": 4.379272,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9578,
          "maxRank": 9598.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3582442,
            "mappedReadsCount": 2811045,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226592"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.084535,
          "sdRefIntergenicDistribution": 4.942498,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9720,
          "maxRank": 9762.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4319509,
            "mappedReadsCount": 3597354,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226593"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell CD41-positive, Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.055400,
          "sdRefIntergenicDistribution": 4.542072,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10346,
          "maxRank": 10390.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3238518,
            "mappedReadsCount": 1467281,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226594"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.231581,
          "sdRefIntergenicDistribution": 5.551683,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10642,
          "maxRank": 10675.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3621774,
            "mappedReadsCount": 2049490,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226595"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.143222,
          "sdRefIntergenicDistribution": 5.445534,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11014,
          "maxRank": 11043.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3581718,
            "mappedReadsCount": 1606871,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226596"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.186256,
          "sdRefIntergenicDistribution": 5.830834,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9585,
          "maxRank": 9617.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3187600,
            "mappedReadsCount": 1538535,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226597"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.211038,
          "sdRefIntergenicDistribution": 5.219062,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10911,
          "maxRank": 10936.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3554118,
            "mappedReadsCount": 1966149,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226598"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.142504,
          "sdRefIntergenicDistribution": 4.777248,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10928,
          "maxRank": 10951.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3255106,
            "mappedReadsCount": 1847691,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226599"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.164869,
          "sdRefIntergenicDistribution": 4.977473,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11434,
          "maxRank": 11467.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3370367,
            "mappedReadsCount": 1741495,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226600"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.178800,
          "sdRefIntergenicDistribution": 5.222146,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11194,
          "maxRank": 11225.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3176084,
            "mappedReadsCount": 1587952,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226601"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.184366,
          "sdRefIntergenicDistribution": 5.124586,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11307,
          "maxRank": 11335.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2501544,
            "mappedReadsCount": 1548348,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226602"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.137908,
          "sdRefIntergenicDistribution": 4.145970,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11766,
          "maxRank": 11791.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2723242,
            "mappedReadsCount": 1571800,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226603"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.192331,
          "sdRefIntergenicDistribution": 5.019761,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11145,
          "maxRank": 11166.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4839638,
            "mappedReadsCount": 2657660,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226604"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.145817,
          "sdRefIntergenicDistribution": 6.075146,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11679,
          "maxRank": 11704.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3455436,
            "mappedReadsCount": 1934328,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226605"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.157551,
          "sdRefIntergenicDistribution": 5.315088,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11617,
          "maxRank": 11647.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1119385,
            "mappedReadsCount": 676567,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226606"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.309953,
          "sdRefIntergenicDistribution": 4.218459,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10054,
          "maxRank": 10076.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3502611,
            "mappedReadsCount": 1856516,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226607"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.171410,
          "sdRefIntergenicDistribution": 5.476666,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10880,
          "maxRank": 10920.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2951442,
            "mappedReadsCount": 1482216,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226608"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.211606,
          "sdRefIntergenicDistribution": 5.541360,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11284,
          "maxRank": 11309.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3632976,
            "mappedReadsCount": 1933718,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226609"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.167032,
          "sdRefIntergenicDistribution": 5.681568,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11390,
          "maxRank": 11423.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3197161,
            "mappedReadsCount": 1773453,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226610"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.178216,
          "sdRefIntergenicDistribution": 5.365537,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10715,
          "maxRank": 10746.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2900507,
            "mappedReadsCount": 1618076,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226611"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.192667,
          "sdRefIntergenicDistribution": 5.230705,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10068,
          "maxRank": 10097.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2639770,
            "mappedReadsCount": 1139163,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226612"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.223623,
          "sdRefIntergenicDistribution": 4.673073,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7497,
          "maxRank": 7528.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2695935,
            "mappedReadsCount": 1479066,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226613"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.193969,
          "sdRefIntergenicDistribution": 5.090513,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10675,
          "maxRank": 10708.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2279446,
            "mappedReadsCount": 1289351,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226614"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.185155,
          "sdRefIntergenicDistribution": 4.721159,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10485,
          "maxRank": 10512.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3141365,
            "mappedReadsCount": 1603526,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226615"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.202195,
          "sdRefIntergenicDistribution": 5.522031,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11276,
          "maxRank": 11304.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3437374,
            "mappedReadsCount": 1732141,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226616"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.199376,
          "sdRefIntergenicDistribution": 5.503173,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10961,
          "maxRank": 11009.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3263436,
            "mappedReadsCount": 1662446,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226617"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.184829,
          "sdRefIntergenicDistribution": 5.599717,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11605,
          "maxRank": 11636.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3090426,
            "mappedReadsCount": 1551107,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226618"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.203997,
          "sdRefIntergenicDistribution": 4.909506,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10951,
          "maxRank": 10983.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2153597,
            "mappedReadsCount": 1024374,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226619"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.244357,
          "sdRefIntergenicDistribution": 4.757387,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10824,
          "maxRank": 10850.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2324917,
            "mappedReadsCount": 963865,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226620"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.362403,
          "sdRefIntergenicDistribution": 5.558962,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10498,
          "maxRank": 10533.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3589411,
            "mappedReadsCount": 1587318,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226621"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.240452,
          "sdRefIntergenicDistribution": 5.868961,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11052,
          "maxRank": 11078.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3069140,
            "mappedReadsCount": 1795222,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226622"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.147018,
          "sdRefIntergenicDistribution": 4.779797,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11301,
          "maxRank": 11340.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2633630,
            "mappedReadsCount": 1405405,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226623"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.177451,
          "sdRefIntergenicDistribution": 4.930950,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10940,
          "maxRank": 10972.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2937718,
            "mappedReadsCount": 1494290,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226624"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.196549,
          "sdRefIntergenicDistribution": 5.266172,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11204,
          "maxRank": 11230.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5367037,
            "mappedReadsCount": 2757683,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226625"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.142217,
          "sdRefIntergenicDistribution": 5.888804,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11685,
          "maxRank": 11717.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2586086,
            "mappedReadsCount": 1330031,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226626"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.187725,
          "sdRefIntergenicDistribution": 4.891714,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10897,
          "maxRank": 10943.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1130786,
            "mappedReadsCount": 520503,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226627"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.392184,
          "sdRefIntergenicDistribution": 4.794829,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8832,
          "maxRank": 8848.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3456085,
            "mappedReadsCount": 1931878,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226628"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.156217,
          "sdRefIntergenicDistribution": 5.499272,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11751,
          "maxRank": 11795.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3204094,
            "mappedReadsCount": 1490308,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226629"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.222570,
          "sdRefIntergenicDistribution": 5.318869,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10591,
          "maxRank": 10629.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3453359,
            "mappedReadsCount": 1860636,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226630"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.144980,
          "sdRefIntergenicDistribution": 4.944837,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11015,
          "maxRank": 11048.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3117181,
            "mappedReadsCount": 1669720,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226631"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.186795,
          "sdRefIntergenicDistribution": 5.181551,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10631,
          "maxRank": 10661.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4160369,
            "mappedReadsCount": 2098862,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226632"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.154767,
          "sdRefIntergenicDistribution": 5.746552,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11040,
          "maxRank": 11071.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3986723,
            "mappedReadsCount": 2417590,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226633"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.123720,
          "sdRefIntergenicDistribution": 5.310833,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12120,
          "maxRank": 12148.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3401258,
            "mappedReadsCount": 1606461,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226634"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.193391,
          "sdRefIntergenicDistribution": 5.495404,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10226,
          "maxRank": 10246.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3623664,
            "mappedReadsCount": 1978587,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226635"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.138559,
          "sdRefIntergenicDistribution": 4.762505,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10500,
          "maxRank": 10532.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3250714,
            "mappedReadsCount": 1753998,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226636"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.179057,
          "sdRefIntergenicDistribution": 5.437829,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10974,
          "maxRank": 11008.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4809353,
            "mappedReadsCount": 2499675,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226637"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.153538,
          "sdRefIntergenicDistribution": 5.771378,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10864,
          "maxRank": 10891.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3768412,
            "mappedReadsCount": 2089357,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226638"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.152159,
          "sdRefIntergenicDistribution": 5.298366,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10671,
          "maxRank": 10697.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3423585,
            "mappedReadsCount": 1831146,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226639"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.164341,
          "sdRefIntergenicDistribution": 5.161563,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10714,
          "maxRank": 10736.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3209769,
            "mappedReadsCount": 1426732,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226640"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.217705,
          "sdRefIntergenicDistribution": 5.053665,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10278,
          "maxRank": 10311.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2805725,
            "mappedReadsCount": 1303496,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226641"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.198862,
          "sdRefIntergenicDistribution": 4.905240,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10786,
          "maxRank": 10828.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3484770,
            "mappedReadsCount": 1564396,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226642"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.227378,
          "sdRefIntergenicDistribution": 5.487581,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10811,
          "maxRank": 10852.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3756890,
            "mappedReadsCount": 2286544,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226643"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.135311,
          "sdRefIntergenicDistribution": 5.412457,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11332,
          "maxRank": 11369.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5077097,
            "mappedReadsCount": 2700299,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226644"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.127558,
          "sdRefIntergenicDistribution": 5.521253,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11686,
          "maxRank": 11715.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4390330,
            "mappedReadsCount": 2424580,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226645"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.140697,
          "sdRefIntergenicDistribution": 5.682552,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10974,
          "maxRank": 11002.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2870599,
            "mappedReadsCount": 1584938,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226646"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.175931,
          "sdRefIntergenicDistribution": 5.287895,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11134,
          "maxRank": 11170.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3036038,
            "mappedReadsCount": 1544555,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226647"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.184256,
          "sdRefIntergenicDistribution": 5.297691,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9342,
          "maxRank": 9363.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3686639,
            "mappedReadsCount": 1387065,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226648"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.190468,
          "sdRefIntergenicDistribution": 5.281597,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8508,
          "maxRank": 8538.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4113744,
            "mappedReadsCount": 2088697,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226649"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.131946,
          "sdRefIntergenicDistribution": 5.434688,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9484,
          "maxRank": 9509.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3767024,
            "mappedReadsCount": 1883786,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226650"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.168535,
          "sdRefIntergenicDistribution": 5.141868,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10692,
          "maxRank": 10718.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4296610,
            "mappedReadsCount": 2228664,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226651"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.159796,
          "sdRefIntergenicDistribution": 5.899108,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8755,
          "maxRank": 8771.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1932768,
            "mappedReadsCount": 1056774,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226652"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.236070,
          "sdRefIntergenicDistribution": 4.963796,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10630,
          "maxRank": 10660.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2651816,
            "mappedReadsCount": 1522316,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226653"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.192916,
          "sdRefIntergenicDistribution": 5.293289,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10411,
          "maxRank": 10434.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1298268,
            "mappedReadsCount": 516524,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226654"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.375721,
          "sdRefIntergenicDistribution": 4.790163,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8760,
          "maxRank": 8775.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1641354,
            "mappedReadsCount": 695308,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226655"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.331958,
          "sdRefIntergenicDistribution": 4.511826,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9443,
          "maxRank": 9463.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3531580,
            "mappedReadsCount": 2081361,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226656"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.138302,
          "sdRefIntergenicDistribution": 5.119523,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11202,
          "maxRank": 11221.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2154588,
            "mappedReadsCount": 1219252,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226657"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.212898,
          "sdRefIntergenicDistribution": 4.984997,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11242,
          "maxRank": 11264.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4179028,
            "mappedReadsCount": 2675273,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226658"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.113453,
          "sdRefIntergenicDistribution": 5.505480,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11842,
          "maxRank": 11884.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2884897,
            "mappedReadsCount": 1678601,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226659"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.155866,
          "sdRefIntergenicDistribution": 5.279805,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11018,
          "maxRank": 11054.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2178904,
            "mappedReadsCount": 1127898,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226660"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.238831,
          "sdRefIntergenicDistribution": 4.976301,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10959,
          "maxRank": 10986.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1594325,
            "mappedReadsCount": 655784,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226661"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.294068,
          "sdRefIntergenicDistribution": 4.864766,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9263,
          "maxRank": 9282.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1716533,
            "mappedReadsCount": 673905,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226662"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.440844,
          "sdRefIntergenicDistribution": 4.867594,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10074,
          "maxRank": 10099.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2885591,
            "mappedReadsCount": 1390746,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226663"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.223526,
          "sdRefIntergenicDistribution": 5.490122,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10341,
          "maxRank": 10365.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2249359,
            "mappedReadsCount": 960047,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226664"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.320620,
          "sdRefIntergenicDistribution": 5.244928,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9985,
          "maxRank": 10000.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1827104,
            "mappedReadsCount": 806849,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226665"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.301269,
          "sdRefIntergenicDistribution": 5.713855,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9999,
          "maxRank": 10024.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2594514,
            "mappedReadsCount": 1130461,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226666"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.304403,
          "sdRefIntergenicDistribution": 5.305827,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9418,
          "maxRank": 9455.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2955109,
            "mappedReadsCount": 1414770,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226667"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.205174,
          "sdRefIntergenicDistribution": 4.969435,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10698,
          "maxRank": 10737.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3764791,
            "mappedReadsCount": 1762796,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226668"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.171698,
          "sdRefIntergenicDistribution": 5.373769,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10631,
          "maxRank": 10661.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2782486,
            "mappedReadsCount": 1506871,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226669"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.173095,
          "sdRefIntergenicDistribution": 4.623629,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10239,
          "maxRank": 10264.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2595039,
            "mappedReadsCount": 1295886,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226670"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.244056,
          "sdRefIntergenicDistribution": 5.448022,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10372,
          "maxRank": 10393.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2937618,
            "mappedReadsCount": 1244043,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226671"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.192824,
          "sdRefIntergenicDistribution": 4.241718,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9988,
          "maxRank": 10007.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1321140,
            "mappedReadsCount": 704215,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226672"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.318263,
          "sdRefIntergenicDistribution": 4.593643,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10879,
          "maxRank": 10901.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3583937,
            "mappedReadsCount": 1866200,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226673"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.157665,
          "sdRefIntergenicDistribution": 4.846902,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10442,
          "maxRank": 10480.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3429859,
            "mappedReadsCount": 1792261,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226674"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.184961,
          "sdRefIntergenicDistribution": 5.273614,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11616,
          "maxRank": 11652.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2425287,
            "mappedReadsCount": 1365251,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226675"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.213615,
          "sdRefIntergenicDistribution": 5.035449,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11081,
          "maxRank": 11122.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1913058,
            "mappedReadsCount": 732871,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226676"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.375026,
          "sdRefIntergenicDistribution": 5.377597,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7751,
          "maxRank": 7766.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2732169,
            "mappedReadsCount": 1390194,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226677"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.245376,
          "sdRefIntergenicDistribution": 5.358723,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11140,
          "maxRank": 11178.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2751508,
            "mappedReadsCount": 1504097,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226678"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.163116,
          "sdRefIntergenicDistribution": 4.417074,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10608,
          "maxRank": 10646.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1065865,
            "mappedReadsCount": 478679,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226679"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.438443,
          "sdRefIntergenicDistribution": 4.293199,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9350,
          "maxRank": 9369.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2035808,
            "mappedReadsCount": 744538,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226680"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.276038,
          "sdRefIntergenicDistribution": 4.004979,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9401,
          "maxRank": 9422.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3409365,
            "mappedReadsCount": 1702696,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226681"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.201109,
          "sdRefIntergenicDistribution": 5.362342,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10882,
          "maxRank": 10917.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2587583,
            "mappedReadsCount": 1537744,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226682"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.183416,
          "sdRefIntergenicDistribution": 4.926261,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10083,
          "maxRank": 10108.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2873093,
            "mappedReadsCount": 1590026,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226683"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.182770,
          "sdRefIntergenicDistribution": 4.968085,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10832,
          "maxRank": 10858.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3834564,
            "mappedReadsCount": 2207707,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226684"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.137804,
          "sdRefIntergenicDistribution": 5.321561,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11045,
          "maxRank": 11075.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2159828,
            "mappedReadsCount": 1066049,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226685"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.291655,
          "sdRefIntergenicDistribution": 5.212324,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10554,
          "maxRank": 10587.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2998882,
            "mappedReadsCount": 1585447,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226686"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.189330,
          "sdRefIntergenicDistribution": 5.385581,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11596,
          "maxRank": 11630.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3422776,
            "mappedReadsCount": 1813210,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226687"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.185449,
          "sdRefIntergenicDistribution": 5.277903,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10970,
          "maxRank": 10992.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3610441,
            "mappedReadsCount": 2086403,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226688"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.140411,
          "sdRefIntergenicDistribution": 4.933389,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10927,
          "maxRank": 10974.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3104878,
            "mappedReadsCount": 1865466,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226689"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.157082,
          "sdRefIntergenicDistribution": 5.523272,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11348,
          "maxRank": 11383.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2267129,
            "mappedReadsCount": 1212595,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226690"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.215537,
          "sdRefIntergenicDistribution": 4.876366,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10476,
          "maxRank": 10506.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3009637,
            "mappedReadsCount": 1731493,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226691"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.154957,
          "sdRefIntergenicDistribution": 4.997976,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10803,
          "maxRank": 10837.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2887594,
            "mappedReadsCount": 1451613,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226692"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.206292,
          "sdRefIntergenicDistribution": 4.913760,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10273,
          "maxRank": 10308.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2642038,
            "mappedReadsCount": 1095722,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226693"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.265026,
          "sdRefIntergenicDistribution": 5.244225,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10099,
          "maxRank": 10118.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3048582,
            "mappedReadsCount": 1614419,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226694"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.167561,
          "sdRefIntergenicDistribution": 5.102878,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11012,
          "maxRank": 11043.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2883898,
            "mappedReadsCount": 1394904,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226695"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.210470,
          "sdRefIntergenicDistribution": 5.097315,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10504,
          "maxRank": 10526.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2910023,
            "mappedReadsCount": 1648574,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226696"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.172587,
          "sdRefIntergenicDistribution": 5.194437,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10968,
          "maxRank": 10998.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3420265,
            "mappedReadsCount": 1585542,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226697"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.222540,
          "sdRefIntergenicDistribution": 5.790355,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10616,
          "maxRank": 10645.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 12491471,
            "mappedReadsCount": 5541823,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226698"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.067137,
          "sdRefIntergenicDistribution": 4.895717,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11461,
          "maxRank": 11495.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3221054,
            "mappedReadsCount": 1795020,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226699"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.162667,
          "sdRefIntergenicDistribution": 5.148179,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11514,
          "maxRank": 11554.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2620682,
            "mappedReadsCount": 1180069,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226700"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.228509,
          "sdRefIntergenicDistribution": 5.095921,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8717,
          "maxRank": 8736.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2923703,
            "mappedReadsCount": 1540946,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226701"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.191804,
          "sdRefIntergenicDistribution": 5.001565,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10874,
          "maxRank": 10910.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2927643,
            "mappedReadsCount": 1623613,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226702"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.172646,
          "sdRefIntergenicDistribution": 5.005304,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10951,
          "maxRank": 10982.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3319680,
            "mappedReadsCount": 1679797,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226703"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.160419,
          "sdRefIntergenicDistribution": 4.781028,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11401,
          "maxRank": 11448.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2775419,
            "mappedReadsCount": 1416797,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226704"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.214604,
          "sdRefIntergenicDistribution": 5.420617,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10426,
          "maxRank": 10450.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1307356,
            "mappedReadsCount": 631661,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226705"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.346920,
          "sdRefIntergenicDistribution": 4.362033,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10015,
          "maxRank": 10051.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2909071,
            "mappedReadsCount": 1573709,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226706"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.188342,
          "sdRefIntergenicDistribution": 4.965036,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10704,
          "maxRank": 10728.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2674489,
            "mappedReadsCount": 1424872,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226707"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.197278,
          "sdRefIntergenicDistribution": 4.866992,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10515,
          "maxRank": 10542.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2314995,
            "mappedReadsCount": 1042313,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226708"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.271087,
          "sdRefIntergenicDistribution": 5.189398,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10564,
          "maxRank": 10585.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2083469,
            "mappedReadsCount": 1141778,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226709"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.249889,
          "sdRefIntergenicDistribution": 5.061648,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10537,
          "maxRank": 10573.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2571880,
            "mappedReadsCount": 1307795,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226710"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.217730,
          "sdRefIntergenicDistribution": 4.922123,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10943,
          "maxRank": 10981.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2891741,
            "mappedReadsCount": 1638381,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226711"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.181969,
          "sdRefIntergenicDistribution": 5.125599,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10982,
          "maxRank": 11000.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2116359,
            "mappedReadsCount": 1073788,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226712"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.258116,
          "sdRefIntergenicDistribution": 5.166386,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9980,
          "maxRank": 10001.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3290996,
            "mappedReadsCount": 1843815,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226713"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.182864,
          "sdRefIntergenicDistribution": 5.452797,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11343,
          "maxRank": 11367.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2946800,
            "mappedReadsCount": 1731415,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226714"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.151872,
          "sdRefIntergenicDistribution": 4.895719,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10693,
          "maxRank": 10722.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3694027,
            "mappedReadsCount": 2373963,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226715"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.111567,
          "sdRefIntergenicDistribution": 4.550778,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11046,
          "maxRank": 11072.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2702778,
            "mappedReadsCount": 1501050,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226716"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.145324,
          "sdRefIntergenicDistribution": 4.027066,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10507,
          "maxRank": 10540.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3241048,
            "mappedReadsCount": 1521145,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226717"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.249460,
          "sdRefIntergenicDistribution": 5.606640,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10806,
          "maxRank": 10851.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2614598,
            "mappedReadsCount": 1527743,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226718"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.180506,
          "sdRefIntergenicDistribution": 5.074121,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10761,
          "maxRank": 10789.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3542485,
            "mappedReadsCount": 1758760,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226719"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.168714,
          "sdRefIntergenicDistribution": 4.890796,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10603,
          "maxRank": 10632.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3380160,
            "mappedReadsCount": 1811330,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226720"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.182758,
          "sdRefIntergenicDistribution": 5.365934,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10834,
          "maxRank": 10860.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2815513,
            "mappedReadsCount": 1383052,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226721"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.235665,
          "sdRefIntergenicDistribution": 5.276038,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10498,
          "maxRank": 10525.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2977046,
            "mappedReadsCount": 1555985,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226722"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.183691,
          "sdRefIntergenicDistribution": 5.233237,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11009,
          "maxRank": 11040.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3257545,
            "mappedReadsCount": 1814657,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226723"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.168797,
          "sdRefIntergenicDistribution": 5.001733,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10888,
          "maxRank": 10912.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2242160,
            "mappedReadsCount": 1066104,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226724"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.271539,
          "sdRefIntergenicDistribution": 5.175694,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10222,
          "maxRank": 10250.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3936364,
            "mappedReadsCount": 2360290,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226725"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.135856,
          "sdRefIntergenicDistribution": 5.066409,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11629,
          "maxRank": 11667.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2351081,
            "mappedReadsCount": 1289194,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226726"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.234074,
          "sdRefIntergenicDistribution": 5.092277,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10973,
          "maxRank": 10999.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3108495,
            "mappedReadsCount": 1808803,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226727"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.160705,
          "sdRefIntergenicDistribution": 5.009621,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11234,
          "maxRank": 11268.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2415837,
            "mappedReadsCount": 1245399,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226728"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.198687,
          "sdRefIntergenicDistribution": 4.689883,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10581,
          "maxRank": 10608.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2304479,
            "mappedReadsCount": 1114101,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226729"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.240308,
          "sdRefIntergenicDistribution": 4.964906,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10752,
          "maxRank": 10782.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2212562,
            "mappedReadsCount": 1017015,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226730"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.262764,
          "sdRefIntergenicDistribution": 5.011737,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10080,
          "maxRank": 10105.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1524731,
            "mappedReadsCount": 754955,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226731"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.341362,
          "sdRefIntergenicDistribution": 4.890928,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10373,
          "maxRank": 10398.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2901067,
            "mappedReadsCount": 1557091,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226732"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.186025,
          "sdRefIntergenicDistribution": 5.053424,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11345,
          "maxRank": 11371.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3633984,
            "mappedReadsCount": 2122673,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226733"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.139050,
          "sdRefIntergenicDistribution": 5.381231,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11538,
          "maxRank": 11585.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2929189,
            "mappedReadsCount": 1483191,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226734"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.185071,
          "sdRefIntergenicDistribution": 4.901378,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10765,
          "maxRank": 10786.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2699645,
            "mappedReadsCount": 1302533,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226735"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.213273,
          "sdRefIntergenicDistribution": 5.100586,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7812,
          "maxRank": 7838.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2648206,
            "mappedReadsCount": 1335387,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226736"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.220488,
          "sdRefIntergenicDistribution": 5.014068,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10773,
          "maxRank": 10800.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4060264,
            "mappedReadsCount": 2506488,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226737"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.125460,
          "sdRefIntergenicDistribution": 5.215299,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11580,
          "maxRank": 11606.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2791767,
            "mappedReadsCount": 1474040,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226738"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.168774,
          "sdRefIntergenicDistribution": 5.020567,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10658,
          "maxRank": 10687.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2491064,
            "mappedReadsCount": 1362020,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226739"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.159311,
          "sdRefIntergenicDistribution": 4.614981,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9758,
          "maxRank": 9776.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3217054,
            "mappedReadsCount": 1764810,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226740"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.156601,
          "sdRefIntergenicDistribution": 4.772274,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11218,
          "maxRank": 11261.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3255507,
            "mappedReadsCount": 1884397,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226741"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.172041,
          "sdRefIntergenicDistribution": 5.117649,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10647,
          "maxRank": 10689.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3175142,
            "mappedReadsCount": 1677949,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226742"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.209848,
          "sdRefIntergenicDistribution": 5.319360,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10612,
          "maxRank": 10643.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4084419,
            "mappedReadsCount": 2511011,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226743"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.117421,
          "sdRefIntergenicDistribution": 5.382394,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11667,
          "maxRank": 11696.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1650007,
            "mappedReadsCount": 1398157,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226744"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.111835,
          "sdRefIntergenicDistribution": 4.326277,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10409,
          "maxRank": 10431.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1879312,
            "mappedReadsCount": 1443467,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226745"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.130802,
          "sdRefIntergenicDistribution": 4.912065,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 5334,
          "maxRank": 5342.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 986077,
            "mappedReadsCount": 478300,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226746"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.420231,
          "sdRefIntergenicDistribution": 5.501353,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 3780,
          "maxRank": 3787.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 912178,
            "mappedReadsCount": 670817,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226747"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.145222,
          "sdRefIntergenicDistribution": 5.566695,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 4067,
          "maxRank": 4077.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1816103,
            "mappedReadsCount": 1525502,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226748"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.106947,
          "sdRefIntergenicDistribution": 4.970935,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10633,
          "maxRank": 10661.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 889104,
            "mappedReadsCount": 503439,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226749"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.290726,
          "sdRefIntergenicDistribution": 4.299072,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 3044,
          "maxRank": 3056.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1104867,
            "mappedReadsCount": 717474,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226750"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.240942,
          "sdRefIntergenicDistribution": 5.346416,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 5254,
          "maxRank": 5262.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 604333,
            "mappedReadsCount": 373163,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226751"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.432390,
          "sdRefIntergenicDistribution": 5.685617,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 4910,
          "maxRank": 4923.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1114228,
            "mappedReadsCount": 971905,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226752"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.158156,
          "sdRefIntergenicDistribution": 4.272153,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9630,
          "maxRank": 9650.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4138869,
            "mappedReadsCount": 3601397,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226753"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.055550,
          "sdRefIntergenicDistribution": 4.184118,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11407,
          "maxRank": 11433.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2882390,
            "mappedReadsCount": 2403619,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226754"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.075859,
          "sdRefIntergenicDistribution": 4.056061,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9761,
          "maxRank": 9797.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2743568,
            "mappedReadsCount": 2287138,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226755"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.077596,
          "sdRefIntergenicDistribution": 3.942285,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12176,
          "maxRank": 12209.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2272767,
            "mappedReadsCount": 1927013,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226756"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.097131,
          "sdRefIntergenicDistribution": 4.184650,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10989,
          "maxRank": 11011.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2872941,
            "mappedReadsCount": 2462682,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226757"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.078775,
          "sdRefIntergenicDistribution": 4.437700,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9419,
          "maxRank": 9443.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2071689,
            "mappedReadsCount": 1625102,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226758"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.100184,
          "sdRefIntergenicDistribution": 4.957221,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7486,
          "maxRank": 7503.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2033189,
            "mappedReadsCount": 1724408,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226759"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.099536,
          "sdRefIntergenicDistribution": 4.401018,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10632,
          "maxRank": 10664.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1644557,
            "mappedReadsCount": 1356779,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226760"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.120465,
          "sdRefIntergenicDistribution": 4.586280,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10612,
          "maxRank": 10645.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2247447,
            "mappedReadsCount": 1808131,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226761"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.100582,
          "sdRefIntergenicDistribution": 4.774137,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9108,
          "maxRank": 9137.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4246607,
            "mappedReadsCount": 3395658,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226762"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.065664,
          "sdRefIntergenicDistribution": 4.522114,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11098,
          "maxRank": 11123.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3288464,
            "mappedReadsCount": 2533616,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226763"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.087248,
          "sdRefIntergenicDistribution": 4.900567,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8629,
          "maxRank": 8660.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2388673,
            "mappedReadsCount": 1867710,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226764"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.106210,
          "sdRefIntergenicDistribution": 4.606394,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10253,
          "maxRank": 10291.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1862957,
            "mappedReadsCount": 1524697,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226765"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.103987,
          "sdRefIntergenicDistribution": 4.701539,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 6881,
          "maxRank": 6900.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1427196,
            "mappedReadsCount": 1085381,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226766"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.141889,
          "sdRefIntergenicDistribution": 4.214725,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 5488,
          "maxRank": 5504.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2076337,
            "mappedReadsCount": 1757812,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226767"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.101331,
          "sdRefIntergenicDistribution": 4.971025,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9331,
          "maxRank": 9354.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2352619,
            "mappedReadsCount": 2051791,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226768"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.080630,
          "sdRefIntergenicDistribution": 4.835108,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10017,
          "maxRank": 10041.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3567880,
            "mappedReadsCount": 3009902,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226769"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.066141,
          "sdRefIntergenicDistribution": 4.900287,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12044,
          "maxRank": 12075.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5457461,
            "mappedReadsCount": 4418696,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226770"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.053542,
          "sdRefIntergenicDistribution": 4.608928,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10411,
          "maxRank": 10444.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4870914,
            "mappedReadsCount": 3547304,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226771"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.069519,
          "sdRefIntergenicDistribution": 4.611427,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9690,
          "maxRank": 9729.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1051792,
            "mappedReadsCount": 610254,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226772"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.265081,
          "sdRefIntergenicDistribution": 4.855648,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 4239,
          "maxRank": 4255.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3020057,
            "mappedReadsCount": 2319834,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226773"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.089149,
          "sdRefIntergenicDistribution": 3.927408,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11510,
          "maxRank": 11565.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2296516,
            "mappedReadsCount": 1820130,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226774"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.086729,
          "sdRefIntergenicDistribution": 4.137108,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9026,
          "maxRank": 9051.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2958032,
            "mappedReadsCount": 2510866,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226775"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.079525,
          "sdRefIntergenicDistribution": 4.423047,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10751,
          "maxRank": 10789.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3607090,
            "mappedReadsCount": 3004761,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226776"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.065971,
          "sdRefIntergenicDistribution": 4.086323,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10687,
          "maxRank": 10709.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3646293,
            "mappedReadsCount": 3027050,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226777"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.066003,
          "sdRefIntergenicDistribution": 4.806533,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9708,
          "maxRank": 9733.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2460269,
            "mappedReadsCount": 1783462,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226778"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.086841,
          "sdRefIntergenicDistribution": 4.470227,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 4763,
          "maxRank": 4774.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1986061,
            "mappedReadsCount": 1540612,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226779"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.109150,
          "sdRefIntergenicDistribution": 4.337132,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 6042,
          "maxRank": 6052.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1445752,
            "mappedReadsCount": 1055435,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226780"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.174866,
          "sdRefIntergenicDistribution": 4.719773,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 5556,
          "maxRank": 5579.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2244289,
            "mappedReadsCount": 1892474,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226781"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.106931,
          "sdRefIntergenicDistribution": 4.608499,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10686,
          "maxRank": 10711.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1621175,
            "mappedReadsCount": 1317687,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226782"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.107716,
          "sdRefIntergenicDistribution": 4.161626,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9171,
          "maxRank": 9194.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3054996,
            "mappedReadsCount": 2508820,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226783"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.073518,
          "sdRefIntergenicDistribution": 3.958239,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11900,
          "maxRank": 11936.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4777044,
            "mappedReadsCount": 3879697,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226784"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.052915,
          "sdRefIntergenicDistribution": 4.213909,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10607,
          "maxRank": 10642.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4830029,
            "mappedReadsCount": 3677890,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226785"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.057954,
          "sdRefIntergenicDistribution": 4.195453,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10321,
          "maxRank": 10343.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2578019,
            "mappedReadsCount": 2062295,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226786"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.088112,
          "sdRefIntergenicDistribution": 4.344048,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 6658,
          "maxRank": 6685.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1984252,
            "mappedReadsCount": 1675676,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226787"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.087287,
          "sdRefIntergenicDistribution": 4.271183,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11056,
          "maxRank": 11075.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3092208,
            "mappedReadsCount": 2664470,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226788"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.069447,
          "sdRefIntergenicDistribution": 4.315801,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10461,
          "maxRank": 10492.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4490646,
            "mappedReadsCount": 3547537,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226789"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.075102,
          "sdRefIntergenicDistribution": 5.349803,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7741,
          "maxRank": 7775.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3477810,
            "mappedReadsCount": 2694710,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226790"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.071703,
          "sdRefIntergenicDistribution": 5.078822,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8104,
          "maxRank": 8125.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 6677912,
            "mappedReadsCount": 5520773,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226791"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.044062,
          "sdRefIntergenicDistribution": 4.871894,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9943,
          "maxRank": 9969.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2528093,
            "mappedReadsCount": 2156158,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226792"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.097817,
          "sdRefIntergenicDistribution": 5.149364,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9583,
          "maxRank": 9616.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3934233,
            "mappedReadsCount": 2917077,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226793"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.084114,
          "sdRefIntergenicDistribution": 4.922971,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8513,
          "maxRank": 8533.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3301348,
            "mappedReadsCount": 2680111,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226794"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.079463,
          "sdRefIntergenicDistribution": 5.134001,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8585,
          "maxRank": 8607.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3771851,
            "mappedReadsCount": 3277022,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226795"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.064087,
          "sdRefIntergenicDistribution": 4.573195,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10863,
          "maxRank": 10892.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1400325,
            "mappedReadsCount": 991112,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226796"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.183040,
          "sdRefIntergenicDistribution": 4.743836,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 5464,
          "maxRank": 5485.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3755036,
            "mappedReadsCount": 3057840,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226797"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.066194,
          "sdRefIntergenicDistribution": 4.280154,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9666,
          "maxRank": 9690.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2555349,
            "mappedReadsCount": 1965753,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226798"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.097551,
          "sdRefIntergenicDistribution": 4.333657,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9784,
          "maxRank": 9818.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4966483,
            "mappedReadsCount": 3973088,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226799"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.052524,
          "sdRefIntergenicDistribution": 4.635300,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10916,
          "maxRank": 10965.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5895137,
            "mappedReadsCount": 5015045,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226800"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.045433,
          "sdRefIntergenicDistribution": 4.823156,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11176,
          "maxRank": 11211.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3196765,
            "mappedReadsCount": 2702566,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226801"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.075005,
          "sdRefIntergenicDistribution": 4.516438,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11126,
          "maxRank": 11151.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2228542,
            "mappedReadsCount": 1963000,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226802"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.080967,
          "sdRefIntergenicDistribution": 3.400559,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11512,
          "maxRank": 11544.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3084770,
            "mappedReadsCount": 2499118,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226803"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.078555,
          "sdRefIntergenicDistribution": 4.342622,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9465,
          "maxRank": 9492.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4241441,
            "mappedReadsCount": 3563645,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226804"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.062498,
          "sdRefIntergenicDistribution": 4.711625,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10699,
          "maxRank": 10722.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 6123593,
            "mappedReadsCount": 4940942,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226805"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.044722,
          "sdRefIntergenicDistribution": 4.375857,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12048,
          "maxRank": 12073.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4736332,
            "mappedReadsCount": 4043426,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226806"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.050664,
          "sdRefIntergenicDistribution": 5.051303,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10283,
          "maxRank": 10307.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 6891733,
            "mappedReadsCount": 5750447,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226807"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.040308,
          "sdRefIntergenicDistribution": 4.686223,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11398,
          "maxRank": 11432.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2969528,
            "mappedReadsCount": 2435579,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226808"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.085685,
          "sdRefIntergenicDistribution": 4.776680,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10196,
          "maxRank": 10229.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2502304,
            "mappedReadsCount": 1920564,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226809"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.107431,
          "sdRefIntergenicDistribution": 4.039942,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11178,
          "maxRank": 11213.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2049961,
            "mappedReadsCount": 1664449,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226810"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.082736,
          "sdRefIntergenicDistribution": 4.029492,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9619,
          "maxRank": 9640.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1883215,
            "mappedReadsCount": 1553877,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226811"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.101718,
          "sdRefIntergenicDistribution": 3.984941,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9840,
          "maxRank": 9865.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3520775,
            "mappedReadsCount": 2649962,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226812"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.071547,
          "sdRefIntergenicDistribution": 4.630589,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10446,
          "maxRank": 10468.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4122682,
            "mappedReadsCount": 3506632,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226813"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.066879,
          "sdRefIntergenicDistribution": 5.149750,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10268,
          "maxRank": 10301.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3736658,
            "mappedReadsCount": 3185139,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226814"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.063177,
          "sdRefIntergenicDistribution": 4.665664,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11379,
          "maxRank": 11409.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3561344,
            "mappedReadsCount": 2549450,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226815"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.089528,
          "sdRefIntergenicDistribution": 4.422057,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9592,
          "maxRank": 9630.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2617569,
            "mappedReadsCount": 2217280,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226816"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.093904,
          "sdRefIntergenicDistribution": 4.676490,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10720,
          "maxRank": 10752.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1765780,
            "mappedReadsCount": 1457865,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226817"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.119400,
          "sdRefIntergenicDistribution": 4.082821,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10781,
          "maxRank": 10806.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1524022,
            "mappedReadsCount": 1253742,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226818"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.136413,
          "sdRefIntergenicDistribution": 4.893214,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10499,
          "maxRank": 10527.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1969392,
            "mappedReadsCount": 1539863,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226819"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.124530,
          "sdRefIntergenicDistribution": 4.251139,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9344,
          "maxRank": 9370.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2405576,
            "mappedReadsCount": 2009266,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226820"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.086515,
          "sdRefIntergenicDistribution": 4.283902,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10291,
          "maxRank": 10321.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2365702,
            "mappedReadsCount": 1872270,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226821"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.099023,
          "sdRefIntergenicDistribution": 4.274956,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9614,
          "maxRank": 9627.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2297743,
            "mappedReadsCount": 1932720,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226822"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.095649,
          "sdRefIntergenicDistribution": 4.998981,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8890,
          "maxRank": 8903.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2674753,
            "mappedReadsCount": 2177076,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226823"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.088955,
          "sdRefIntergenicDistribution": 4.629359,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9353,
          "maxRank": 9372.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3358438,
            "mappedReadsCount": 2806660,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226824"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.067236,
          "sdRefIntergenicDistribution": 4.269045,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10925,
          "maxRank": 10955.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3088034,
            "mappedReadsCount": 2499912,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226825"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.085209,
          "sdRefIntergenicDistribution": 4.530394,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10232,
          "maxRank": 10262.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2273927,
            "mappedReadsCount": 1882019,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226826"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.101714,
          "sdRefIntergenicDistribution": 4.675624,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10897,
          "maxRank": 10924.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2770721,
            "mappedReadsCount": 2303566,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226827"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.085456,
          "sdRefIntergenicDistribution": 4.419338,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10436,
          "maxRank": 10472.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2771807,
            "mappedReadsCount": 2326750,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226828"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.090255,
          "sdRefIntergenicDistribution": 4.911176,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10470,
          "maxRank": 10512.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2267856,
            "mappedReadsCount": 1886222,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226829"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.085050,
          "sdRefIntergenicDistribution": 3.933578,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10368,
          "maxRank": 10387.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2902664,
            "mappedReadsCount": 2402837,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226830"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.079477,
          "sdRefIntergenicDistribution": 4.196370,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10393,
          "maxRank": 10416.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2402508,
            "mappedReadsCount": 2070169,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226831"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.085609,
          "sdRefIntergenicDistribution": 4.524990,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9555,
          "maxRank": 9581.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3221147,
            "mappedReadsCount": 2632676,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226832"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.078158,
          "sdRefIntergenicDistribution": 4.959216,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10951,
          "maxRank": 10983.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2609756,
            "mappedReadsCount": 2141408,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226833"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.097736,
          "sdRefIntergenicDistribution": 4.714432,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10101,
          "maxRank": 10127.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1979164,
            "mappedReadsCount": 1659845,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226834"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.108025,
          "sdRefIntergenicDistribution": 4.815087,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9383,
          "maxRank": 9408.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1860648,
            "mappedReadsCount": 1556514,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226835"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.113568,
          "sdRefIntergenicDistribution": 4.550623,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9815,
          "maxRank": 9849.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1836535,
            "mappedReadsCount": 1472892,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226836"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.137843,
          "sdRefIntergenicDistribution": 4.258336,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10209,
          "maxRank": 10232.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1903096,
            "mappedReadsCount": 1659437,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226837"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.111127,
          "sdRefIntergenicDistribution": 4.818919,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10987,
          "maxRank": 11016.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1866411,
            "mappedReadsCount": 1561260,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226838"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.110212,
          "sdRefIntergenicDistribution": 3.991361,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11566,
          "maxRank": 11588.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2882611,
            "mappedReadsCount": 2115742,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226839"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.105944,
          "sdRefIntergenicDistribution": 5.458817,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9295,
          "maxRank": 9333.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2198424,
            "mappedReadsCount": 1899479,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226840"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.091460,
          "sdRefIntergenicDistribution": 4.296043,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11472,
          "maxRank": 11504.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1489031,
            "mappedReadsCount": 1264071,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226841"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.144771,
          "sdRefIntergenicDistribution": 4.278636,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11059,
          "maxRank": 11081.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2437853,
            "mappedReadsCount": 2096734,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226842"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.086621,
          "sdRefIntergenicDistribution": 4.026569,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10615,
          "maxRank": 10644.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3403825,
            "mappedReadsCount": 2768196,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226843"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.072145,
          "sdRefIntergenicDistribution": 4.065178,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11388,
          "maxRank": 11437.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2551526,
            "mappedReadsCount": 2211095,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226844"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.086950,
          "sdRefIntergenicDistribution": 4.588759,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11112,
          "maxRank": 11141.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3243390,
            "mappedReadsCount": 2755038,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226845"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.069559,
          "sdRefIntergenicDistribution": 4.191300,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11662,
          "maxRank": 11702.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3035664,
            "mappedReadsCount": 2581902,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226846"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.078917,
          "sdRefIntergenicDistribution": 4.542911,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11399,
          "maxRank": 11426.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2430209,
            "mappedReadsCount": 2099764,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226847"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.086030,
          "sdRefIntergenicDistribution": 4.502618,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9825,
          "maxRank": 9851.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2616913,
            "mappedReadsCount": 2273643,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226848"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.076329,
          "sdRefIntergenicDistribution": 4.331268,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11226,
          "maxRank": 11260.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2305641,
            "mappedReadsCount": 1997774,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226849"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.081389,
          "sdRefIntergenicDistribution": 3.837926,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11073,
          "maxRank": 11108.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2791838,
            "mappedReadsCount": 2406183,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226850"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.078390,
          "sdRefIntergenicDistribution": 4.171392,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11079,
          "maxRank": 11107.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3703576,
            "mappedReadsCount": 3079944,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226851"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.068243,
          "sdRefIntergenicDistribution": 4.290607,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11041,
          "maxRank": 11072.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3217916,
            "mappedReadsCount": 2689044,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226852"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.080313,
          "sdRefIntergenicDistribution": 4.324512,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11710,
          "maxRank": 11745.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3521827,
            "mappedReadsCount": 3008668,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226853"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.074959,
          "sdRefIntergenicDistribution": 4.771141,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11108,
          "maxRank": 11134.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3043952,
            "mappedReadsCount": 2539208,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226854"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.077520,
          "sdRefIntergenicDistribution": 4.817239,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10380,
          "maxRank": 10411.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2588200,
            "mappedReadsCount": 2184917,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226855"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.089778,
          "sdRefIntergenicDistribution": 4.415156,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12009,
          "maxRank": 12038.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1875341,
            "mappedReadsCount": 1604423,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226856"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.102215,
          "sdRefIntergenicDistribution": 4.255080,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11620,
          "maxRank": 11647.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2983961,
            "mappedReadsCount": 2514632,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226857"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.085911,
          "sdRefIntergenicDistribution": 4.647289,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9699,
          "maxRank": 9729.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3971626,
            "mappedReadsCount": 3316392,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226858"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.063830,
          "sdRefIntergenicDistribution": 4.424293,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10518,
          "maxRank": 10545.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2345831,
            "mappedReadsCount": 2047800,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226859"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.095040,
          "sdRefIntergenicDistribution": 4.786444,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10720,
          "maxRank": 10748.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2402993,
            "mappedReadsCount": 2032357,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226860"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.089512,
          "sdRefIntergenicDistribution": 4.016565,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11012,
          "maxRank": 11036.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3787075,
            "mappedReadsCount": 3247115,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226861"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.063850,
          "sdRefIntergenicDistribution": 4.735250,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11133,
          "maxRank": 11158.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1485104,
            "mappedReadsCount": 1303977,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226862"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.122291,
          "sdRefIntergenicDistribution": 4.561010,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9256,
          "maxRank": 9278.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2505585,
            "mappedReadsCount": 2116079,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226863"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.105636,
          "sdRefIntergenicDistribution": 4.702496,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 6825,
          "maxRank": 6841.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1962952,
            "mappedReadsCount": 1402579,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226864"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.137204,
          "sdRefIntergenicDistribution": 4.649955,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10684,
          "maxRank": 10714.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3219507,
            "mappedReadsCount": 2583321,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226865"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.082618,
          "sdRefIntergenicDistribution": 4.626182,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10873,
          "maxRank": 10910.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3465362,
            "mappedReadsCount": 2997875,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226866"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.067912,
          "sdRefIntergenicDistribution": 4.526565,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10656,
          "maxRank": 10677.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3201887,
            "mappedReadsCount": 2565740,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226867"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.092025,
          "sdRefIntergenicDistribution": 4.742744,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10161,
          "maxRank": 10188.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3212196,
            "mappedReadsCount": 2756824,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226868"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.073391,
          "sdRefIntergenicDistribution": 4.602432,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10196,
          "maxRank": 10218.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3584677,
            "mappedReadsCount": 2837015,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226869"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.094181,
          "sdRefIntergenicDistribution": 5.032380,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10162,
          "maxRank": 10194.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5304816,
            "mappedReadsCount": 4616900,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226870"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.040305,
          "sdRefIntergenicDistribution": 3.941848,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11157,
          "maxRank": 11187.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2022915,
            "mappedReadsCount": 1684720,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226871"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.114728,
          "sdRefIntergenicDistribution": 4.414959,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10688,
          "maxRank": 10712.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1809993,
            "mappedReadsCount": 1523925,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226872"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.118854,
          "sdRefIntergenicDistribution": 4.560488,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9937,
          "maxRank": 9959.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1577120,
            "mappedReadsCount": 1236082,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226873"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.143584,
          "sdRefIntergenicDistribution": 4.014838,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9586,
          "maxRank": 9605.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1945825,
            "mappedReadsCount": 1625090,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226874"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.120588,
          "sdRefIntergenicDistribution": 4.180313,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11038,
          "maxRank": 11057.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1871363,
            "mappedReadsCount": 1513307,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226875"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.131492,
          "sdRefIntergenicDistribution": 4.836658,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10523,
          "maxRank": 10560.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2449892,
            "mappedReadsCount": 1949034,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226876"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.088731,
          "sdRefIntergenicDistribution": 5.148457,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8225,
          "maxRank": 8257.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2088679,
            "mappedReadsCount": 1518908,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226877"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.104032,
          "sdRefIntergenicDistribution": 4.439971,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8385,
          "maxRank": 8407.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2128275,
            "mappedReadsCount": 1352337,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226878"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.144785,
          "sdRefIntergenicDistribution": 5.301342,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 6332,
          "maxRank": 6342.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1425275,
            "mappedReadsCount": 1028710,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226879"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.136565,
          "sdRefIntergenicDistribution": 4.277421,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8400,
          "maxRank": 8417.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1813274,
            "mappedReadsCount": 1488600,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226880"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.116685,
          "sdRefIntergenicDistribution": 4.203074,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10595,
          "maxRank": 10622.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3468378,
            "mappedReadsCount": 3056718,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226881"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.059327,
          "sdRefIntergenicDistribution": 4.205162,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10584,
          "maxRank": 10623.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3534919,
            "mappedReadsCount": 2857906,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226882"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.087261,
          "sdRefIntergenicDistribution": 4.983353,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9628,
          "maxRank": 9661.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3195682,
            "mappedReadsCount": 2351754,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226883"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.069936,
          "sdRefIntergenicDistribution": 5.758931,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7318,
          "maxRank": 7347.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3137724,
            "mappedReadsCount": 2474425,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226884"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.077711,
          "sdRefIntergenicDistribution": 4.781548,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8265,
          "maxRank": 8329.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3391725,
            "mappedReadsCount": 2878191,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226885"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.067590,
          "sdRefIntergenicDistribution": 3.874277,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11878,
          "maxRank": 11908.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4739726,
            "mappedReadsCount": 3925966,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226886"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.056025,
          "sdRefIntergenicDistribution": 4.288415,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11223,
          "maxRank": 11257.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3215106,
            "mappedReadsCount": 2772289,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226887"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.080267,
          "sdRefIntergenicDistribution": 5.237900,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10322,
          "maxRank": 10348.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3111759,
            "mappedReadsCount": 2486665,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226888"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.086367,
          "sdRefIntergenicDistribution": 4.862421,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9940,
          "maxRank": 9956.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3482334,
            "mappedReadsCount": 2918370,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226889"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.064614,
          "sdRefIntergenicDistribution": 4.466669,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11251,
          "maxRank": 11298.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2869086,
            "mappedReadsCount": 2358933,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226890"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.093489,
          "sdRefIntergenicDistribution": 4.573148,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10834,
          "maxRank": 10869.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3542496,
            "mappedReadsCount": 2920472,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226891"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.073880,
          "sdRefIntergenicDistribution": 4.670700,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11679,
          "maxRank": 11717.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4229438,
            "mappedReadsCount": 3669187,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226892"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.059381,
          "sdRefIntergenicDistribution": 4.553277,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11690,
          "maxRank": 11728.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2456280,
            "mappedReadsCount": 1808218,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226893"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.096152,
          "sdRefIntergenicDistribution": 4.896379,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7350,
          "maxRank": 7368.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3386159,
            "mappedReadsCount": 2844263,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226894"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.069832,
          "sdRefIntergenicDistribution": 4.734910,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10639,
          "maxRank": 10669.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2598426,
            "mappedReadsCount": 2082963,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226895"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.098917,
          "sdRefIntergenicDistribution": 4.640612,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10563,
          "maxRank": 10592.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1621536,
            "mappedReadsCount": 1347887,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226896"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.133930,
          "sdRefIntergenicDistribution": 4.375599,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10422,
          "maxRank": 10449.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3568141,
            "mappedReadsCount": 2933144,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226897"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.067635,
          "sdRefIntergenicDistribution": 4.290304,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11090,
          "maxRank": 11120.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3569039,
            "mappedReadsCount": 3010994,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226898"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.075736,
          "sdRefIntergenicDistribution": 4.681137,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11886,
          "maxRank": 11926.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4077599,
            "mappedReadsCount": 3444628,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226899"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.060126,
          "sdRefIntergenicDistribution": 4.219777,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10976,
          "maxRank": 11005.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3604587,
            "mappedReadsCount": 2995005,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226900"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.073329,
          "sdRefIntergenicDistribution": 4.559577,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10440,
          "maxRank": 10471.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2906838,
            "mappedReadsCount": 2078398,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226901"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.088351,
          "sdRefIntergenicDistribution": 5.614586,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7288,
          "maxRank": 7300.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3297272,
            "mappedReadsCount": 2777300,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226902"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.065721,
          "sdRefIntergenicDistribution": 4.111620,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11118,
          "maxRank": 11138.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1022486,
            "mappedReadsCount": 698152,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226903"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.191070,
          "sdRefIntergenicDistribution": 4.979238,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 6181,
          "maxRank": 6199.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2156390,
            "mappedReadsCount": 1771074,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226904"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.107370,
          "sdRefIntergenicDistribution": 5.096430,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10163,
          "maxRank": 10185.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2788575,
            "mappedReadsCount": 2355441,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226905"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.074287,
          "sdRefIntergenicDistribution": 4.931881,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11878,
          "maxRank": 11926.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2611935,
            "mappedReadsCount": 2032014,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226906"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.110128,
          "sdRefIntergenicDistribution": 4.553328,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9458,
          "maxRank": 9494.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2923822,
            "mappedReadsCount": 2295085,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226907"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.078687,
          "sdRefIntergenicDistribution": 4.691456,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8961,
          "maxRank": 8991.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3653833,
            "mappedReadsCount": 2932459,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226908"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.075236,
          "sdRefIntergenicDistribution": 4.889784,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8205,
          "maxRank": 8224.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2094883,
            "mappedReadsCount": 1598592,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226909"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.099396,
          "sdRefIntergenicDistribution": 4.854741,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8757,
          "maxRank": 8794.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3539595,
            "mappedReadsCount": 2920528,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226910"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.071309,
          "sdRefIntergenicDistribution": 4.581177,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10091,
          "maxRank": 10111.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2863635,
            "mappedReadsCount": 2373025,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226911"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.083880,
          "sdRefIntergenicDistribution": 4.531346,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10063,
          "maxRank": 10096.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4700482,
            "mappedReadsCount": 3981707,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226912"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.055731,
          "sdRefIntergenicDistribution": 4.475413,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11336,
          "maxRank": 11364.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3199979,
            "mappedReadsCount": 2775349,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226913"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.069778,
          "sdRefIntergenicDistribution": 4.449339,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10920,
          "maxRank": 10957.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4764375,
            "mappedReadsCount": 4108741,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226914"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.049036,
          "sdRefIntergenicDistribution": 4.118182,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11007,
          "maxRank": 11034.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3617206,
            "mappedReadsCount": 2778434,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226915"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.067714,
          "sdRefIntergenicDistribution": 5.532974,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7781,
          "maxRank": 7835.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3849303,
            "mappedReadsCount": 2754028,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226916"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.076252,
          "sdRefIntergenicDistribution": 4.827800,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9028,
          "maxRank": 9059.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2882506,
            "mappedReadsCount": 2359231,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226917"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.081101,
          "sdRefIntergenicDistribution": 4.369930,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9303,
          "maxRank": 9331.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2155080,
            "mappedReadsCount": 1888531,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226918"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.085479,
          "sdRefIntergenicDistribution": 4.058261,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10141,
          "maxRank": 10158.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3557106,
            "mappedReadsCount": 2998133,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226919"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.071145,
          "sdRefIntergenicDistribution": 4.428405,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10474,
          "maxRank": 10509.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3899490,
            "mappedReadsCount": 3243830,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226920"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.069528,
          "sdRefIntergenicDistribution": 4.702557,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10694,
          "maxRank": 10722.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1861479,
            "mappedReadsCount": 1534513,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226921"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.095208,
          "sdRefIntergenicDistribution": 4.689970,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8268,
          "maxRank": 8293.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2871619,
            "mappedReadsCount": 2048901,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226922"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.083697,
          "sdRefIntergenicDistribution": 4.635467,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7290,
          "maxRank": 7306.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4618410,
            "mappedReadsCount": 3949531,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226923"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.050031,
          "sdRefIntergenicDistribution": 4.255639,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12065,
          "maxRank": 12109.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4988255,
            "mappedReadsCount": 4346495,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226924"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.048153,
          "sdRefIntergenicDistribution": 4.703293,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10282,
          "maxRank": 10317.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1083356,
            "mappedReadsCount": 904476,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226925"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000015",
              "name": "Theiler stage 10 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.0",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.169815,
          "sdRefIntergenicDistribution": 4.056457,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9547,
          "maxRank": 9582.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1034105,
            "mappedReadsCount": 640724,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226926"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.214389,
          "sdRefIntergenicDistribution": 3.975612,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7208,
          "maxRank": 7221.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2259212,
            "mappedReadsCount": 1752037,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226927"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.115266,
          "sdRefIntergenicDistribution": 4.721810,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10423,
          "maxRank": 10447.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2157313,
            "mappedReadsCount": 1503930,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226928"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.166643,
          "sdRefIntergenicDistribution": 4.874289,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9049,
          "maxRank": 9085.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1547896,
            "mappedReadsCount": 1175252,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226929"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.165587,
          "sdRefIntergenicDistribution": 4.596459,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9814,
          "maxRank": 9842.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1824143,
            "mappedReadsCount": 1431251,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226930"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.171287,
          "sdRefIntergenicDistribution": 4.828007,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9999,
          "maxRank": 10026.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1827130,
            "mappedReadsCount": 1403886,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226931"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.153191,
          "sdRefIntergenicDistribution": 5.064058,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9760,
          "maxRank": 9779.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2360098,
            "mappedReadsCount": 1784589,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226932"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.110534,
          "sdRefIntergenicDistribution": 4.471264,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10309,
          "maxRank": 10334.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1243914,
            "mappedReadsCount": 886123,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226933"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.245160,
          "sdRefIntergenicDistribution": 4.798831,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7033,
          "maxRank": 7055.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1927592,
            "mappedReadsCount": 1359331,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226934"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.153229,
          "sdRefIntergenicDistribution": 5.276345,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7689,
          "maxRank": 7719.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2641202,
            "mappedReadsCount": 2082788,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226935"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.105698,
          "sdRefIntergenicDistribution": 5.031401,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9770,
          "maxRank": 9796.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1695411,
            "mappedReadsCount": 1145253,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226936"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.139141,
          "sdRefIntergenicDistribution": 4.373271,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7300,
          "maxRank": 7337.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3062648,
            "mappedReadsCount": 2537395,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226937"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.086404,
          "sdRefIntergenicDistribution": 4.519035,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10769,
          "maxRank": 10800.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3549263,
            "mappedReadsCount": 2982306,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226938"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.076786,
          "sdRefIntergenicDistribution": 5.119146,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10692,
          "maxRank": 10717.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3354580,
            "mappedReadsCount": 2721693,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226939"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.078186,
          "sdRefIntergenicDistribution": 4.455444,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9786,
          "maxRank": 9810.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4062970,
            "mappedReadsCount": 3333434,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226940"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.063778,
          "sdRefIntergenicDistribution": 5.183652,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11640,
          "maxRank": 11664.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2064110,
            "mappedReadsCount": 1623421,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226941"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.126251,
          "sdRefIntergenicDistribution": 4.716862,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9621,
          "maxRank": 9640.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2956374,
            "mappedReadsCount": 1920931,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226942"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.136615,
          "sdRefIntergenicDistribution": 4.669878,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9310,
          "maxRank": 9342.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3993995,
            "mappedReadsCount": 3297928,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226943"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.072998,
          "sdRefIntergenicDistribution": 4.925118,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11139,
          "maxRank": 11179.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4597351,
            "mappedReadsCount": 3709635,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226944"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.060017,
          "sdRefIntergenicDistribution": 4.696268,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10593,
          "maxRank": 10635.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4105857,
            "mappedReadsCount": 3264158,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226945"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.067002,
          "sdRefIntergenicDistribution": 5.803669,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11033,
          "maxRank": 11072.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2166848,
            "mappedReadsCount": 1682879,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226946"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.107065,
          "sdRefIntergenicDistribution": 4.377224,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9307,
          "maxRank": 9347.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5004035,
            "mappedReadsCount": 4113715,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226947"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.062733,
          "sdRefIntergenicDistribution": 4.810398,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11411,
          "maxRank": 11442.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2265082,
            "mappedReadsCount": 1823186,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226948"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.114216,
          "sdRefIntergenicDistribution": 4.686605,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9259,
          "maxRank": 9290.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2864830,
            "mappedReadsCount": 2244242,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226949"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.107216,
          "sdRefIntergenicDistribution": 4.565381,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11161,
          "maxRank": 11196.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4358146,
            "mappedReadsCount": 3584757,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226950"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.067287,
          "sdRefIntergenicDistribution": 4.712216,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11369,
          "maxRank": 11425.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3264879,
            "mappedReadsCount": 2620858,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226951"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.088815,
          "sdRefIntergenicDistribution": 5.285219,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10826,
          "maxRank": 10854.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2546515,
            "mappedReadsCount": 1758658,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226952"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.125922,
          "sdRefIntergenicDistribution": 5.287272,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7746,
          "maxRank": 7785.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3481164,
            "mappedReadsCount": 2903749,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226953"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.079054,
          "sdRefIntergenicDistribution": 4.960509,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10629,
          "maxRank": 10665.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2432276,
            "mappedReadsCount": 1973733,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226954"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.103394,
          "sdRefIntergenicDistribution": 4.801619,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9097,
          "maxRank": 9127.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2819242,
            "mappedReadsCount": 1926026,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226955"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.106886,
          "sdRefIntergenicDistribution": 4.682416,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8219,
          "maxRank": 8240.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2193032,
            "mappedReadsCount": 1700820,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226956"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.122210,
          "sdRefIntergenicDistribution": 5.022900,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10106,
          "maxRank": 10145.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1315732,
            "mappedReadsCount": 845053,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226957"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.242214,
          "sdRefIntergenicDistribution": 4.457940,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12791,
          "maxRank": 12831.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3065357,
            "mappedReadsCount": 2376467,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226958"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.103943,
          "sdRefIntergenicDistribution": 4.829091,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10573,
          "maxRank": 10596.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3354424,
            "mappedReadsCount": 2812969,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226959"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.075200,
          "sdRefIntergenicDistribution": 4.310216,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11383,
          "maxRank": 11412.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3667443,
            "mappedReadsCount": 3023804,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226960"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.081152,
          "sdRefIntergenicDistribution": 4.780179,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10446,
          "maxRank": 10475.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2894567,
            "mappedReadsCount": 2271889,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226961"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.097610,
          "sdRefIntergenicDistribution": 4.603793,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8734,
          "maxRank": 8759.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3552356,
            "mappedReadsCount": 2955767,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226962"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.074767,
          "sdRefIntergenicDistribution": 4.693509,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11509,
          "maxRank": 11535.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1980297,
            "mappedReadsCount": 1230184,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226963"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.172975,
          "sdRefIntergenicDistribution": 5.308169,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 6527,
          "maxRank": 6549.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3316957,
            "mappedReadsCount": 2734527,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226964"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.068230,
          "sdRefIntergenicDistribution": 4.607027,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11668,
          "maxRank": 11703.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3108948,
            "mappedReadsCount": 2516218,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226965"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.090656,
          "sdRefIntergenicDistribution": 4.448446,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10421,
          "maxRank": 10456.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2804457,
            "mappedReadsCount": 2320820,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226966"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.095532,
          "sdRefIntergenicDistribution": 4.945043,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10093,
          "maxRank": 10122.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2155926,
            "mappedReadsCount": 1696757,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226967"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.142750,
          "sdRefIntergenicDistribution": 4.860168,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10414,
          "maxRank": 10448.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1969859,
            "mappedReadsCount": 1656742,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226968"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.122222,
          "sdRefIntergenicDistribution": 4.856052,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10109,
          "maxRank": 10133.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2530123,
            "mappedReadsCount": 2119731,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226969"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.086204,
          "sdRefIntergenicDistribution": 4.817889,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10601,
          "maxRank": 10626.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2619892,
            "mappedReadsCount": 2103972,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226970"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.107589,
          "sdRefIntergenicDistribution": 4.844209,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10331,
          "maxRank": 10366.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2450381,
            "mappedReadsCount": 2018909,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226971"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.097130,
          "sdRefIntergenicDistribution": 4.721804,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10685,
          "maxRank": 10723.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1306739,
            "mappedReadsCount": 1029795,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226972"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.167878,
          "sdRefIntergenicDistribution": 5.005215,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7231,
          "maxRank": 7251.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2669772,
            "mappedReadsCount": 2125475,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226973"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.109352,
          "sdRefIntergenicDistribution": 4.770500,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11322,
          "maxRank": 11354.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2067040,
            "mappedReadsCount": 1623320,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226974"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.124842,
          "sdRefIntergenicDistribution": 4.636515,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10892,
          "maxRank": 10918.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2294460,
            "mappedReadsCount": 1844696,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226975"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.121207,
          "sdRefIntergenicDistribution": 4.794298,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11169,
          "maxRank": 11193.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2610176,
            "mappedReadsCount": 2094715,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226976"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.103766,
          "sdRefIntergenicDistribution": 4.745944,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10479,
          "maxRank": 10509.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4650020,
            "mappedReadsCount": 3760683,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226977"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.071948,
          "sdRefIntergenicDistribution": 4.982837,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11087,
          "maxRank": 11130.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3888820,
            "mappedReadsCount": 3147068,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226978"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.076097,
          "sdRefIntergenicDistribution": 5.044887,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10854,
          "maxRank": 10887.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3344251,
            "mappedReadsCount": 2407233,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226979"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.108694,
          "sdRefIntergenicDistribution": 5.038131,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9337,
          "maxRank": 9365.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2604697,
            "mappedReadsCount": 2124861,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226980"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.111491,
          "sdRefIntergenicDistribution": 5.208027,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10313,
          "maxRank": 10334.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2438908,
            "mappedReadsCount": 1886640,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226981"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.120260,
          "sdRefIntergenicDistribution": 4.988639,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9992,
          "maxRank": 10034.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1468684,
            "mappedReadsCount": 1081967,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226982"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.174221,
          "sdRefIntergenicDistribution": 4.735198,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9661,
          "maxRank": 9690.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1632871,
            "mappedReadsCount": 1353338,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226983"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.116638,
          "sdRefIntergenicDistribution": 4.432223,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10278,
          "maxRank": 10303.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1680132,
            "mappedReadsCount": 1329699,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226984"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.131234,
          "sdRefIntergenicDistribution": 4.050277,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9997,
          "maxRank": 10025.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2112251,
            "mappedReadsCount": 1537759,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226985"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.146444,
          "sdRefIntergenicDistribution": 4.765912,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9296,
          "maxRank": 9316.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1957923,
            "mappedReadsCount": 1235828,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226986"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.214873,
          "sdRefIntergenicDistribution": 5.193462,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7970,
          "maxRank": 8003.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2525720,
            "mappedReadsCount": 2057817,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226987"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.099503,
          "sdRefIntergenicDistribution": 4.700588,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11158,
          "maxRank": 11195.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1658309,
            "mappedReadsCount": 1340962,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226988"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.139412,
          "sdRefIntergenicDistribution": 4.434789,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9901,
          "maxRank": 9926.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1541781,
            "mappedReadsCount": 1181822,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226989"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.166099,
          "sdRefIntergenicDistribution": 4.884881,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10157,
          "maxRank": 10177.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1396571,
            "mappedReadsCount": 1109357,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226990"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.159289,
          "sdRefIntergenicDistribution": 4.344806,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11062,
          "maxRank": 11100.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1611339,
            "mappedReadsCount": 1203982,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226991"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.172333,
          "sdRefIntergenicDistribution": 4.693541,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9926,
          "maxRank": 9955.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2416392,
            "mappedReadsCount": 1932537,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226992"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.112684,
          "sdRefIntergenicDistribution": 4.825901,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9610,
          "maxRank": 9642.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1601760,
            "mappedReadsCount": 1275031,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226993"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.150934,
          "sdRefIntergenicDistribution": 4.880152,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10064,
          "maxRank": 10088.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2290670,
            "mappedReadsCount": 1773165,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226994"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.121999,
          "sdRefIntergenicDistribution": 4.395107,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10531,
          "maxRank": 10556.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2048036,
            "mappedReadsCount": 1661380,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226995"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.120395,
          "sdRefIntergenicDistribution": 4.544827,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10019,
          "maxRank": 10045.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2824100,
            "mappedReadsCount": 2144474,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226996"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.101867,
          "sdRefIntergenicDistribution": 4.693211,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10880,
          "maxRank": 10917.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1937970,
            "mappedReadsCount": 1491875,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226997"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.127629,
          "sdRefIntergenicDistribution": 5.297865,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10786,
          "maxRank": 10896.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2206174,
            "mappedReadsCount": 1769218,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226998"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.114083,
          "sdRefIntergenicDistribution": 4.611997,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10924,
          "maxRank": 10960.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2067608,
            "mappedReadsCount": 1564393,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1226999"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.143996,
          "sdRefIntergenicDistribution": 4.644798,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9918,
          "maxRank": 9932.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1499007,
            "mappedReadsCount": 1073389,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227000"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.211428,
          "sdRefIntergenicDistribution": 5.299852,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9108,
          "maxRank": 9136.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2448768,
            "mappedReadsCount": 1989960,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227001"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.098969,
          "sdRefIntergenicDistribution": 4.797875,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10977,
          "maxRank": 11001.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2616090,
            "mappedReadsCount": 2120401,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227002"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.092049,
          "sdRefIntergenicDistribution": 4.939643,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11059,
          "maxRank": 11090.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2183579,
            "mappedReadsCount": 1827885,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227003"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.099910,
          "sdRefIntergenicDistribution": 4.620772,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10529,
          "maxRank": 10553.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1629328,
            "mappedReadsCount": 1288184,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227004"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.175968,
          "sdRefIntergenicDistribution": 4.788052,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10218,
          "maxRank": 10261.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3417679,
            "mappedReadsCount": 2771331,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227005"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.085760,
          "sdRefIntergenicDistribution": 4.801570,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10329,
          "maxRank": 10361.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3665204,
            "mappedReadsCount": 2794053,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227006"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.085632,
          "sdRefIntergenicDistribution": 5.189399,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10564,
          "maxRank": 10593.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2792798,
            "mappedReadsCount": 2330365,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227007"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.093605,
          "sdRefIntergenicDistribution": 4.597980,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10233,
          "maxRank": 10257.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2902718,
            "mappedReadsCount": 2294926,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227008"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.103873,
          "sdRefIntergenicDistribution": 5.260957,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10336,
          "maxRank": 10364.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4653539,
            "mappedReadsCount": 3786080,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227009"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.070734,
          "sdRefIntergenicDistribution": 5.038680,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10968,
          "maxRank": 10999.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3865721,
            "mappedReadsCount": 3030247,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227010"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.087956,
          "sdRefIntergenicDistribution": 4.879337,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10696,
          "maxRank": 10724.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2800920,
            "mappedReadsCount": 2316133,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227011"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.103870,
          "sdRefIntergenicDistribution": 4.782011,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11116,
          "maxRank": 11140.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3160473,
            "mappedReadsCount": 2462848,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227012"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.093305,
          "sdRefIntergenicDistribution": 4.646605,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10046,
          "maxRank": 10070.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3577565,
            "mappedReadsCount": 2659006,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227013"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.106925,
          "sdRefIntergenicDistribution": 4.856544,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10517,
          "maxRank": 10562.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4128758,
            "mappedReadsCount": 2504086,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227014"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.119523,
          "sdRefIntergenicDistribution": 5.434411,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8899,
          "maxRank": 8925.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5578231,
            "mappedReadsCount": 4484171,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227015"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.062399,
          "sdRefIntergenicDistribution": 5.326003,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12381,
          "maxRank": 12435.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4005802,
            "mappedReadsCount": 3321271,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227016"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.079010,
          "sdRefIntergenicDistribution": 5.311795,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10699,
          "maxRank": 10733.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2614064,
            "mappedReadsCount": 2038395,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227017"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.099004,
          "sdRefIntergenicDistribution": 4.343890,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9928,
          "maxRank": 9952.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4178498,
            "mappedReadsCount": 3435901,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227018"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.074206,
          "sdRefIntergenicDistribution": 5.082721,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10626,
          "maxRank": 10668.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 7981983,
            "mappedReadsCount": 6392237,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227019"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.039017,
          "sdRefIntergenicDistribution": 4.802869,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11624,
          "maxRank": 11653.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3703486,
            "mappedReadsCount": 3080911,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227020"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.083838,
          "sdRefIntergenicDistribution": 4.829304,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10086,
          "maxRank": 10117.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1492126,
            "mappedReadsCount": 1002977,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227021"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.186083,
          "sdRefIntergenicDistribution": 5.368046,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 6643,
          "maxRank": 6678.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3141106,
            "mappedReadsCount": 2656406,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227022"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.085847,
          "sdRefIntergenicDistribution": 5.200883,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10326,
          "maxRank": 10367.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3705359,
            "mappedReadsCount": 3032809,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227023"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.072024,
          "sdRefIntergenicDistribution": 4.850565,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8629,
          "maxRank": 8662.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3303906,
            "mappedReadsCount": 1786875,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227024"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.152686,
          "sdRefIntergenicDistribution": 6.791670,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 3327,
          "maxRank": 3344.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2279461,
            "mappedReadsCount": 949534,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227025"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.232274,
          "sdRefIntergenicDistribution": 4.937371,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2322,
          "maxRank": 2331.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3113484,
            "mappedReadsCount": 2019835,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227026"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.115465,
          "sdRefIntergenicDistribution": 5.677683,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 3034,
          "maxRank": 3045.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2597048,
            "mappedReadsCount": 957407,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227027"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.259525,
          "sdRefIntergenicDistribution": 7.189774,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2437,
          "maxRank": 2445.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1532310,
            "mappedReadsCount": 950094,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227028"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.208166,
          "sdRefIntergenicDistribution": 5.223156,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 5388,
          "maxRank": 5403.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2891851,
            "mappedReadsCount": 2364940,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227029"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.089060,
          "sdRefIntergenicDistribution": 5.266017,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10132,
          "maxRank": 10163.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4115817,
            "mappedReadsCount": 3647656,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227030"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.052867,
          "sdRefIntergenicDistribution": 5.647939,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8293,
          "maxRank": 8316.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3379013,
            "mappedReadsCount": 2329345,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227031"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.098138,
          "sdRefIntergenicDistribution": 5.767763,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 5414,
          "maxRank": 5428.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3294506,
            "mappedReadsCount": 2226849,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227032"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.109685,
          "sdRefIntergenicDistribution": 5.457933,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 4439,
          "maxRank": 4461.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3092398,
            "mappedReadsCount": 2042861,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227033"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.089111,
          "sdRefIntergenicDistribution": 5.185109,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 3078,
          "maxRank": 3085.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1775799,
            "mappedReadsCount": 588349,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227034"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.255894,
          "sdRefIntergenicDistribution": 4.423604,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2367,
          "maxRank": 2375.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 748499,
            "mappedReadsCount": 540889,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227035"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.370148,
          "sdRefIntergenicDistribution": 5.819207,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 5877,
          "maxRank": 5887.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3603198,
            "mappedReadsCount": 3116013,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227036"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.072595,
          "sdRefIntergenicDistribution": 5.586137,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 6997,
          "maxRank": 7014.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 7546103,
            "mappedReadsCount": 6377138,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227037"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.045791,
          "sdRefIntergenicDistribution": 5.707410,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7344,
          "maxRank": 7363.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2702880,
            "mappedReadsCount": 1652440,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227038"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.134833,
          "sdRefIntergenicDistribution": 5.411649,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 3549,
          "maxRank": 3575.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3852836,
            "mappedReadsCount": 2761444,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227039"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.086798,
          "sdRefIntergenicDistribution": 5.787554,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 6578,
          "maxRank": 6609.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1996864,
            "mappedReadsCount": 1526798,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227040"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.128423,
          "sdRefIntergenicDistribution": 5.297221,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8162,
          "maxRank": 8185.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2694846,
            "mappedReadsCount": 1304328,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227041"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.175221,
          "sdRefIntergenicDistribution": 4.976590,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 6097,
          "maxRank": 6111.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4460672,
            "mappedReadsCount": 3489741,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227042"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.079242,
          "sdRefIntergenicDistribution": 5.708268,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9692,
          "maxRank": 9719.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5637565,
            "mappedReadsCount": 4219751,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227043"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.061949,
          "sdRefIntergenicDistribution": 5.210978,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 4679,
          "maxRank": 4696.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3631544,
            "mappedReadsCount": 2844223,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227044"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.082744,
          "sdRefIntergenicDistribution": 5.154301,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9805,
          "maxRank": 9834.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4761167,
            "mappedReadsCount": 3625735,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227045"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.061810,
          "sdRefIntergenicDistribution": 6.027641,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8101,
          "maxRank": 8123.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 16041691,
            "mappedReadsCount": 13247113,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227046"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.027757,
          "sdRefIntergenicDistribution": 6.443027,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9468,
          "maxRank": 9504.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3422489,
            "mappedReadsCount": 1563317,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227047"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.161880,
          "sdRefIntergenicDistribution": 5.141396,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 3047,
          "maxRank": 3055.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1389057,
            "mappedReadsCount": 1114356,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227048"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.151730,
          "sdRefIntergenicDistribution": 4.732721,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9348,
          "maxRank": 9374.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4580817,
            "mappedReadsCount": 3890320,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227049"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.056611,
          "sdRefIntergenicDistribution": 5.013775,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10187,
          "maxRank": 10221.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2882229,
            "mappedReadsCount": 2187162,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227050"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.088289,
          "sdRefIntergenicDistribution": 5.296065,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9267,
          "maxRank": 9290.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3933439,
            "mappedReadsCount": 2787882,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227051"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.075467,
          "sdRefIntergenicDistribution": 5.585500,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 4028,
          "maxRank": 4045.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4218529,
            "mappedReadsCount": 1756305,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227052"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.120367,
          "sdRefIntergenicDistribution": 4.926910,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 4537,
          "maxRank": 4550.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4751331,
            "mappedReadsCount": 3337842,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227053"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.085999,
          "sdRefIntergenicDistribution": 5.480769,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 6149,
          "maxRank": 6165.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1516932,
            "mappedReadsCount": 1118381,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227054"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.158299,
          "sdRefIntergenicDistribution": 5.408331,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 4947,
          "maxRank": 4960.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2088610,
            "mappedReadsCount": 1791135,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227055"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.108966,
          "sdRefIntergenicDistribution": 4.182444,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11628,
          "maxRank": 11675.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3184833,
            "mappedReadsCount": 2493325,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227056"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.099622,
          "sdRefIntergenicDistribution": 4.573032,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9430,
          "maxRank": 9469.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3712407,
            "mappedReadsCount": 2734702,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227057"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.087782,
          "sdRefIntergenicDistribution": 5.903745,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9105,
          "maxRank": 9136.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4387977,
            "mappedReadsCount": 3113814,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227058"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.073203,
          "sdRefIntergenicDistribution": 5.680850,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 4117,
          "maxRank": 4130.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4089701,
            "mappedReadsCount": 3243047,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227059"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.073751,
          "sdRefIntergenicDistribution": 5.360754,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 5569,
          "maxRank": 5594.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2524936,
            "mappedReadsCount": 2123166,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227060"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.096750,
          "sdRefIntergenicDistribution": 5.146521,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11007,
          "maxRank": 11040.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2677186,
            "mappedReadsCount": 2145833,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227061"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.103913,
          "sdRefIntergenicDistribution": 4.587514,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10847,
          "maxRank": 10880.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2752309,
            "mappedReadsCount": 1993531,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227062"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.103996,
          "sdRefIntergenicDistribution": 5.245622,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 3580,
          "maxRank": 3588.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5132149,
            "mappedReadsCount": 3951875,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227063"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.066913,
          "sdRefIntergenicDistribution": 5.817506,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7638,
          "maxRank": 7655.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2955084,
            "mappedReadsCount": 1981524,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227064"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.107276,
          "sdRefIntergenicDistribution": 5.008768,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 3637,
          "maxRank": 3648.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3306786,
            "mappedReadsCount": 2431502,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227065"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.096656,
          "sdRefIntergenicDistribution": 6.647427,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 4619,
          "maxRank": 4633.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2594375,
            "mappedReadsCount": 2193864,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227066"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.105306,
          "sdRefIntergenicDistribution": 4.900027,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11156,
          "maxRank": 11188.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1124039,
            "mappedReadsCount": 604350,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227067"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.362827,
          "sdRefIntergenicDistribution": 5.693633,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2595,
          "maxRank": 2602.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1609420,
            "mappedReadsCount": 905713,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227068"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.258296,
          "sdRefIntergenicDistribution": 6.208313,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2563,
          "maxRank": 2571.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 990325,
            "mappedReadsCount": 507133,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227069"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.348649,
          "sdRefIntergenicDistribution": 5.155872,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2454,
          "maxRank": 2467.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2294559,
            "mappedReadsCount": 1907106,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227070"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.102223,
          "sdRefIntergenicDistribution": 4.994483,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10923,
          "maxRank": 10947.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2475526,
            "mappedReadsCount": 2048453,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227071"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.104417,
          "sdRefIntergenicDistribution": 5.086309,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9221,
          "maxRank": 9268.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3244921,
            "mappedReadsCount": 2549177,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227072"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.086922,
          "sdRefIntergenicDistribution": 4.711296,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9511,
          "maxRank": 9536.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2544895,
            "mappedReadsCount": 1748009,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227073"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.147065,
          "sdRefIntergenicDistribution": 6.008789,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8373,
          "maxRank": 8415.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3367960,
            "mappedReadsCount": 2773483,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227074"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.070456,
          "sdRefIntergenicDistribution": 5.632143,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 5601,
          "maxRank": 5624.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2535296,
            "mappedReadsCount": 2145555,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227075"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.084214,
          "sdRefIntergenicDistribution": 5.166649,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 6108,
          "maxRank": 6132.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2200021,
            "mappedReadsCount": 1795653,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227076"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.119348,
          "sdRefIntergenicDistribution": 4.900481,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11089,
          "maxRank": 11120.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3594745,
            "mappedReadsCount": 2860571,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227077"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.060351,
          "sdRefIntergenicDistribution": 4.879980,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8988,
          "maxRank": 9019.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4666143,
            "mappedReadsCount": 3582917,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227078"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.065805,
          "sdRefIntergenicDistribution": 5.296091,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7865,
          "maxRank": 7890.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2683576,
            "mappedReadsCount": 1913611,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227079"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.118675,
          "sdRefIntergenicDistribution": 5.657475,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8047,
          "maxRank": 8067.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2279754,
            "mappedReadsCount": 902121,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227080"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.200458,
          "sdRefIntergenicDistribution": 4.901471,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2098,
          "maxRank": 2107.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1910602,
            "mappedReadsCount": 1605220,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227081"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.129529,
          "sdRefIntergenicDistribution": 5.336189,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10326,
          "maxRank": 10368.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2919722,
            "mappedReadsCount": 2283214,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227082"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.090559,
          "sdRefIntergenicDistribution": 4.888098,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7981,
          "maxRank": 8003.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3387115,
            "mappedReadsCount": 2749786,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227083"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.081813,
          "sdRefIntergenicDistribution": 4.645094,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9758,
          "maxRank": 9795.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2301003,
            "mappedReadsCount": 1133578,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227084"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "UBERON:0000110",
              "name": "neurula stage"
            },
            "devStageAuthorAnnotation": "embryonic day 7.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.198488,
          "sdRefIntergenicDistribution": 5.181408,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 2251,
          "maxRank": 2262.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1611296,
            "mappedReadsCount": 1352524,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227085"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.126696,
          "sdRefIntergenicDistribution": 4.598091,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9976,
          "maxRank": 10016.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1168863,
            "mappedReadsCount": 982717,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227086"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.157791,
          "sdRefIntergenicDistribution": 4.775866,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9998,
          "maxRank": 10028.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1195866,
            "mappedReadsCount": 989022,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227087"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.181542,
          "sdRefIntergenicDistribution": 4.412685,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9827,
          "maxRank": 9857.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 945835,
            "mappedReadsCount": 797871,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227088"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.193319,
          "sdRefIntergenicDistribution": 3.855841,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9776,
          "maxRank": 9801.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1105890,
            "mappedReadsCount": 929270,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227089"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.151110,
          "sdRefIntergenicDistribution": 4.031095,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10144,
          "maxRank": 10174.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 667105,
            "mappedReadsCount": 574356,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227090"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.233928,
          "sdRefIntergenicDistribution": 4.128012,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9260,
          "maxRank": 9283.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 995437,
            "mappedReadsCount": 830121,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227091"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.211542,
          "sdRefIntergenicDistribution": 4.112876,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10191,
          "maxRank": 10220.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1576556,
            "mappedReadsCount": 1252414,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227092"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.144114,
          "sdRefIntergenicDistribution": 4.369677,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9887,
          "maxRank": 9908.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1946288,
            "mappedReadsCount": 1575942,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227093"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.128997,
          "sdRefIntergenicDistribution": 4.661714,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10043,
          "maxRank": 10080.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1822259,
            "mappedReadsCount": 1506564,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227094"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.114972,
          "sdRefIntergenicDistribution": 4.804972,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11501,
          "maxRank": 11528.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1855716,
            "mappedReadsCount": 1541144,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227095"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.108419,
          "sdRefIntergenicDistribution": 4.290055,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10960,
          "maxRank": 10983.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1595190,
            "mappedReadsCount": 1333259,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227096"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.125314,
          "sdRefIntergenicDistribution": 4.404584,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10603,
          "maxRank": 10640.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1849755,
            "mappedReadsCount": 1544928,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227097"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.125107,
          "sdRefIntergenicDistribution": 5.063478,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10975,
          "maxRank": 10993.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1583252,
            "mappedReadsCount": 1307317,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227098"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.126286,
          "sdRefIntergenicDistribution": 4.355912,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10684,
          "maxRank": 10705.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 819725,
            "mappedReadsCount": 703959,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227099"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.222957,
          "sdRefIntergenicDistribution": 4.438687,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10463,
          "maxRank": 10480.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2039319,
            "mappedReadsCount": 1473221,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227100"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.148663,
          "sdRefIntergenicDistribution": 4.945285,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10982,
          "maxRank": 11015.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2651561,
            "mappedReadsCount": 2148756,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227101"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.088334,
          "sdRefIntergenicDistribution": 4.510372,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11173,
          "maxRank": 11204.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2250811,
            "mappedReadsCount": 1728734,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227102"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.115930,
          "sdRefIntergenicDistribution": 4.897054,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11273,
          "maxRank": 11378.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1972640,
            "mappedReadsCount": 1572717,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227103"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.124828,
          "sdRefIntergenicDistribution": 4.607988,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10419,
          "maxRank": 10443.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2358508,
            "mappedReadsCount": 1907320,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227104"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.094399,
          "sdRefIntergenicDistribution": 4.473892,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11001,
          "maxRank": 11037.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2356302,
            "mappedReadsCount": 1924841,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227105"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.087552,
          "sdRefIntergenicDistribution": 4.196892,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10936,
          "maxRank": 10964.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2646970,
            "mappedReadsCount": 2089707,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227106"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.115014,
          "sdRefIntergenicDistribution": 5.030619,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10819,
          "maxRank": 10845.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1122172,
            "mappedReadsCount": 910144,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227107"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.167478,
          "sdRefIntergenicDistribution": 4.003405,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10227,
          "maxRank": 10247.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1744907,
            "mappedReadsCount": 1400612,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227108"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.114316,
          "sdRefIntergenicDistribution": 4.289192,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9509,
          "maxRank": 9544.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2570794,
            "mappedReadsCount": 1998595,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227109"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.093024,
          "sdRefIntergenicDistribution": 4.465699,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10838,
          "maxRank": 10878.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2856796,
            "mappedReadsCount": 2272336,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227110"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.084248,
          "sdRefIntergenicDistribution": 4.575517,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11612,
          "maxRank": 11650.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2692458,
            "mappedReadsCount": 2181626,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227111"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.079799,
          "sdRefIntergenicDistribution": 4.551106,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10829,
          "maxRank": 10865.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2217660,
            "mappedReadsCount": 1794382,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227112"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.116252,
          "sdRefIntergenicDistribution": 4.331763,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11448,
          "maxRank": 11479.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2696625,
            "mappedReadsCount": 2219929,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227113"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.089385,
          "sdRefIntergenicDistribution": 4.519740,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11151,
          "maxRank": 11182.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1208573,
            "mappedReadsCount": 1021066,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227114"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.168047,
          "sdRefIntergenicDistribution": 4.252744,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10635,
          "maxRank": 10660.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2798780,
            "mappedReadsCount": 2330320,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227115"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.087667,
          "sdRefIntergenicDistribution": 4.544465,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10793,
          "maxRank": 10820.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2588675,
            "mappedReadsCount": 2024522,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227116"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.092298,
          "sdRefIntergenicDistribution": 4.207533,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10548,
          "maxRank": 10571.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2678574,
            "mappedReadsCount": 2189956,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227117"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.079146,
          "sdRefIntergenicDistribution": 4.187837,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11132,
          "maxRank": 11173.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2406268,
            "mappedReadsCount": 1952465,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227118"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.092414,
          "sdRefIntergenicDistribution": 4.632540,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10038,
          "maxRank": 10084.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3759860,
            "mappedReadsCount": 3064468,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227119"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.071299,
          "sdRefIntergenicDistribution": 4.792701,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11628,
          "maxRank": 11659.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2519940,
            "mappedReadsCount": 2008116,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227120"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.087373,
          "sdRefIntergenicDistribution": 4.377575,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10222,
          "maxRank": 10249.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2884477,
            "mappedReadsCount": 2421934,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227121"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.074105,
          "sdRefIntergenicDistribution": 4.394322,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11996,
          "maxRank": 12033.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3037709,
            "mappedReadsCount": 2557430,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227122"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.072169,
          "sdRefIntergenicDistribution": 4.452538,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11219,
          "maxRank": 11243.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1264373,
            "mappedReadsCount": 1085862,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227123"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.143150,
          "sdRefIntergenicDistribution": 4.265752,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9952,
          "maxRank": 9984.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1192315,
            "mappedReadsCount": 946008,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227124"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.157315,
          "sdRefIntergenicDistribution": 4.311364,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8946,
          "maxRank": 8985.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1520153,
            "mappedReadsCount": 1261574,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227125"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.137167,
          "sdRefIntergenicDistribution": 4.119265,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10059,
          "maxRank": 10096.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2618345,
            "mappedReadsCount": 2063824,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227126"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.086189,
          "sdRefIntergenicDistribution": 4.047957,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10931,
          "maxRank": 10958.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3244582,
            "mappedReadsCount": 2680066,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227127"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.077229,
          "sdRefIntergenicDistribution": 4.436088,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11548,
          "maxRank": 11571.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3036375,
            "mappedReadsCount": 2431266,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227128"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.084197,
          "sdRefIntergenicDistribution": 4.455080,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11954,
          "maxRank": 11984.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2832950,
            "mappedReadsCount": 2347258,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227129"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.090982,
          "sdRefIntergenicDistribution": 4.661175,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11742,
          "maxRank": 11764.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2808245,
            "mappedReadsCount": 2294372,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227130"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.084103,
          "sdRefIntergenicDistribution": 4.468789,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10877,
          "maxRank": 10926.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2193711,
            "mappedReadsCount": 1756523,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227131"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.105258,
          "sdRefIntergenicDistribution": 4.470669,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10784,
          "maxRank": 10819.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1926673,
            "mappedReadsCount": 1572019,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227132"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.125413,
          "sdRefIntergenicDistribution": 4.630017,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11885,
          "maxRank": 11950.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2556080,
            "mappedReadsCount": 2093144,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227133"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.093185,
          "sdRefIntergenicDistribution": 4.587887,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11688,
          "maxRank": 11722.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1478570,
            "mappedReadsCount": 1230903,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227134"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.135292,
          "sdRefIntergenicDistribution": 4.107939,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11226,
          "maxRank": 11257.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1263178,
            "mappedReadsCount": 1065816,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227135"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.164186,
          "sdRefIntergenicDistribution": 4.352931,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10067,
          "maxRank": 10090.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1846360,
            "mappedReadsCount": 1535697,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227136"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.113689,
          "sdRefIntergenicDistribution": 3.951493,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10036,
          "maxRank": 10051.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2051463,
            "mappedReadsCount": 1618741,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227137"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.112551,
          "sdRefIntergenicDistribution": 4.099431,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10270,
          "maxRank": 10297.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1763411,
            "mappedReadsCount": 1446398,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227138"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.129480,
          "sdRefIntergenicDistribution": 4.302333,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9945,
          "maxRank": 9973.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1307333,
            "mappedReadsCount": 1066171,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227139"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.154092,
          "sdRefIntergenicDistribution": 4.288056,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10458,
          "maxRank": 10473.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2526878,
            "mappedReadsCount": 2095119,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227140"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.108182,
          "sdRefIntergenicDistribution": 4.664636,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8906,
          "maxRank": 8938.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2856301,
            "mappedReadsCount": 2287573,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227141"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.117946,
          "sdRefIntergenicDistribution": 5.013734,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10946,
          "maxRank": 10988.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3521424,
            "mappedReadsCount": 2755851,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227142"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.074503,
          "sdRefIntergenicDistribution": 4.283162,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9679,
          "maxRank": 9705.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4146390,
            "mappedReadsCount": 3484428,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227143"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.063802,
          "sdRefIntergenicDistribution": 4.489990,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11880,
          "maxRank": 11903.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3645039,
            "mappedReadsCount": 3031188,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227144"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.070896,
          "sdRefIntergenicDistribution": 4.435714,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10992,
          "maxRank": 11015.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3465834,
            "mappedReadsCount": 2900016,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227145"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.063003,
          "sdRefIntergenicDistribution": 4.005411,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11773,
          "maxRank": 11800.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1969191,
            "mappedReadsCount": 1649848,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227146"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.094986,
          "sdRefIntergenicDistribution": 4.856784,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9620,
          "maxRank": 9643.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1678954,
            "mappedReadsCount": 1396645,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227147"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.147100,
          "sdRefIntergenicDistribution": 4.171696,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10350,
          "maxRank": 10370.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1533233,
            "mappedReadsCount": 1298931,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227148"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.140456,
          "sdRefIntergenicDistribution": 4.613873,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10464,
          "maxRank": 10483.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2928935,
            "mappedReadsCount": 2493092,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227149"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.079021,
          "sdRefIntergenicDistribution": 4.973020,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10788,
          "maxRank": 10815.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2487946,
            "mappedReadsCount": 2057768,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227150"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.091833,
          "sdRefIntergenicDistribution": 4.428889,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10855,
          "maxRank": 10882.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2025527,
            "mappedReadsCount": 1655434,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227151"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.118917,
          "sdRefIntergenicDistribution": 4.567288,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10874,
          "maxRank": 10894.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2397394,
            "mappedReadsCount": 1960803,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227152"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.098545,
          "sdRefIntergenicDistribution": 4.440319,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11076,
          "maxRank": 11115.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1719579,
            "mappedReadsCount": 1450998,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227153"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.125925,
          "sdRefIntergenicDistribution": 4.120244,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10643,
          "maxRank": 10664.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2220918,
            "mappedReadsCount": 1779693,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227154"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.116381,
          "sdRefIntergenicDistribution": 4.607012,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10628,
          "maxRank": 10656.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1268085,
            "mappedReadsCount": 1069804,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227155"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.147920,
          "sdRefIntergenicDistribution": 4.170185,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10576,
          "maxRank": 10599.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1117972,
            "mappedReadsCount": 890665,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227156"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.213517,
          "sdRefIntergenicDistribution": 4.455202,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10703,
          "maxRank": 10723.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1264676,
            "mappedReadsCount": 960088,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227157"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.251147,
          "sdRefIntergenicDistribution": 4.983578,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9654,
          "maxRank": 9675.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1570586,
            "mappedReadsCount": 1305680,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227158"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.137135,
          "sdRefIntergenicDistribution": 4.870286,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10364,
          "maxRank": 10391.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1781012,
            "mappedReadsCount": 1495996,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227159"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.121284,
          "sdRefIntergenicDistribution": 4.579712,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10254,
          "maxRank": 10275.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2205797,
            "mappedReadsCount": 1832878,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227160"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.105780,
          "sdRefIntergenicDistribution": 4.837489,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11135,
          "maxRank": 11155.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2753629,
            "mappedReadsCount": 2266950,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227161"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.091581,
          "sdRefIntergenicDistribution": 4.778855,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11031,
          "maxRank": 11058.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1734680,
            "mappedReadsCount": 1448088,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227162"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.119653,
          "sdRefIntergenicDistribution": 4.006748,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11086,
          "maxRank": 11110.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 874577,
            "mappedReadsCount": 751179,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227163"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.214488,
          "sdRefIntergenicDistribution": 4.405758,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9677,
          "maxRank": 9700.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1126304,
            "mappedReadsCount": 921965,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227164"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.210013,
          "sdRefIntergenicDistribution": 4.872198,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10042,
          "maxRank": 10060.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 994413,
            "mappedReadsCount": 849899,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227165"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.207086,
          "sdRefIntergenicDistribution": 4.087001,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9948,
          "maxRank": 9976.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1865023,
            "mappedReadsCount": 1554399,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227166"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.123441,
          "sdRefIntergenicDistribution": 4.949794,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10716,
          "maxRank": 10754.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2548233,
            "mappedReadsCount": 2146045,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227167"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.094239,
          "sdRefIntergenicDistribution": 4.511826,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10796,
          "maxRank": 10821.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2196680,
            "mappedReadsCount": 1825094,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227168"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.093954,
          "sdRefIntergenicDistribution": 4.443214,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11170,
          "maxRank": 11206.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1623914,
            "mappedReadsCount": 1338115,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227169"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.148630,
          "sdRefIntergenicDistribution": 4.408661,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12663,
          "maxRank": 12692.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1671051,
            "mappedReadsCount": 1404365,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227170"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.124994,
          "sdRefIntergenicDistribution": 4.503772,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10912,
          "maxRank": 10936.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1627368,
            "mappedReadsCount": 1330878,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227171"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.152944,
          "sdRefIntergenicDistribution": 4.436803,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10841,
          "maxRank": 10876.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1390544,
            "mappedReadsCount": 1085412,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227172"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.177093,
          "sdRefIntergenicDistribution": 4.584752,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9960,
          "maxRank": 9987.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 837251,
            "mappedReadsCount": 722244,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227173"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.224197,
          "sdRefIntergenicDistribution": 4.553674,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10641,
          "maxRank": 10666.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 774094,
            "mappedReadsCount": 660542,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227174"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.218832,
          "sdRefIntergenicDistribution": 4.035407,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10040,
          "maxRank": 10055.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 706259,
            "mappedReadsCount": 607411,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227175"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.260474,
          "sdRefIntergenicDistribution": 3.739592,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9653,
          "maxRank": 9671.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1007285,
            "mappedReadsCount": 829314,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227176"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.214291,
          "sdRefIntergenicDistribution": 4.559086,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10182,
          "maxRank": 10206.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1144877,
            "mappedReadsCount": 976853,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227177"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.175008,
          "sdRefIntergenicDistribution": 4.242850,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10281,
          "maxRank": 10307.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 711274,
            "mappedReadsCount": 598863,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227178"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.202487,
          "sdRefIntergenicDistribution": 4.310349,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9610,
          "maxRank": 9631.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 783944,
            "mappedReadsCount": 663383,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227179"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "whole organism",
            "cellType": {
              "id": "CL:0000222",
              "name": "mesodermal cell"
            },
            "cellTypeAuthorAnnotation": "embryonic cell Flk1-positive",
            "devStage": {
              "id": "MmusDv:0000094",
              "name": "Theiler stage 11c (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 7.75 head fold (HF)",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.220699,
          "sdRefIntergenicDistribution": 4.229273,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10224,
          "maxRank": 10241.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2713093,
            "mappedReadsCount": 1525057,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227180"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.178404,
          "sdRefIntergenicDistribution": 4.716409,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10767,
          "maxRank": 10789.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2375984,
            "mappedReadsCount": 1258127,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227181"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.238651,
          "sdRefIntergenicDistribution": 5.002385,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10591,
          "maxRank": 10610.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2221939,
            "mappedReadsCount": 1179567,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227182"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.223233,
          "sdRefIntergenicDistribution": 4.907239,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10737,
          "maxRank": 10755.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2331161,
            "mappedReadsCount": 1175737,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227183"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.218412,
          "sdRefIntergenicDistribution": 4.562269,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9375,
          "maxRank": 9392.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1842912,
            "mappedReadsCount": 762735,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227184"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.388135,
          "sdRefIntergenicDistribution": 4.849795,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10440,
          "maxRank": 10469.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 942083,
            "mappedReadsCount": 467404,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227185"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.472261,
          "sdRefIntergenicDistribution": 4.188518,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9672,
          "maxRank": 9694.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2428935,
            "mappedReadsCount": 1277349,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227186"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.210254,
          "sdRefIntergenicDistribution": 4.620180,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10852,
          "maxRank": 10878.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2371378,
            "mappedReadsCount": 1292963,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227187"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.213389,
          "sdRefIntergenicDistribution": 4.539475,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11414,
          "maxRank": 11443.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2705141,
            "mappedReadsCount": 1377458,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227188"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.267907,
          "sdRefIntergenicDistribution": 5.745556,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10958,
          "maxRank": 10991.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2397535,
            "mappedReadsCount": 1371529,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227189"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.233988,
          "sdRefIntergenicDistribution": 5.195737,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11541,
          "maxRank": 11575.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2978077,
            "mappedReadsCount": 1636195,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227190"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.187349,
          "sdRefIntergenicDistribution": 5.083299,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11618,
          "maxRank": 11642.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1137890,
            "mappedReadsCount": 520593,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227191"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.360602,
          "sdRefIntergenicDistribution": 4.289296,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9487,
          "maxRank": 9517.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2432441,
            "mappedReadsCount": 1356653,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227192"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.196178,
          "sdRefIntergenicDistribution": 4.870565,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10706,
          "maxRank": 10734.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3384189,
            "mappedReadsCount": 2086469,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227193"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.145672,
          "sdRefIntergenicDistribution": 5.085671,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11335,
          "maxRank": 11356.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2817524,
            "mappedReadsCount": 1653401,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227194"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.186852,
          "sdRefIntergenicDistribution": 4.931238,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11169,
          "maxRank": 11195.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2510417,
            "mappedReadsCount": 1398804,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227195"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.203290,
          "sdRefIntergenicDistribution": 4.736651,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11179,
          "maxRank": 11207.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3014731,
            "mappedReadsCount": 1616045,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227196"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.195008,
          "sdRefIntergenicDistribution": 5.173116,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10870,
          "maxRank": 10894.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1660490,
            "mappedReadsCount": 732924,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227197"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.363399,
          "sdRefIntergenicDistribution": 4.760385,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10068,
          "maxRank": 10093.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2292025,
            "mappedReadsCount": 1002589,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227198"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.248187,
          "sdRefIntergenicDistribution": 4.911542,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9480,
          "maxRank": 9511.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2970035,
            "mappedReadsCount": 1539231,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227199"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.202574,
          "sdRefIntergenicDistribution": 5.165611,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10592,
          "maxRank": 10621.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2030029,
            "mappedReadsCount": 834326,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227200"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.342488,
          "sdRefIntergenicDistribution": 5.237558,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10322,
          "maxRank": 10346.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1446311,
            "mappedReadsCount": 766326,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227201"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.303381,
          "sdRefIntergenicDistribution": 4.417067,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10758,
          "maxRank": 10776.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2334535,
            "mappedReadsCount": 1442589,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227202"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.183664,
          "sdRefIntergenicDistribution": 4.611379,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11610,
          "maxRank": 11646.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1982242,
            "mappedReadsCount": 788531,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227203"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.245049,
          "sdRefIntergenicDistribution": 4.103099,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 6847,
          "maxRank": 6861.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2984983,
            "mappedReadsCount": 1570379,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227204"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.168829,
          "sdRefIntergenicDistribution": 4.823238,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10653,
          "maxRank": 10677.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2950232,
            "mappedReadsCount": 1569889,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227205"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.176997,
          "sdRefIntergenicDistribution": 4.707490,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11394,
          "maxRank": 11421.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2910172,
            "mappedReadsCount": 1643771,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227206"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.152951,
          "sdRefIntergenicDistribution": 4.422107,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10727,
          "maxRank": 10754.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2337104,
            "mappedReadsCount": 893578,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227207"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.240230,
          "sdRefIntergenicDistribution": 4.013312,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9589,
          "maxRank": 9609.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2723138,
            "mappedReadsCount": 1505360,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227208"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.183253,
          "sdRefIntergenicDistribution": 4.763552,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10732,
          "maxRank": 10760.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3026746,
            "mappedReadsCount": 1649233,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227209"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.182716,
          "sdRefIntergenicDistribution": 4.656209,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10908,
          "maxRank": 10937.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2451114,
            "mappedReadsCount": 1180869,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227210"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.279492,
          "sdRefIntergenicDistribution": 5.036359,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11384,
          "maxRank": 11414.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3029998,
            "mappedReadsCount": 1588923,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227211"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.184132,
          "sdRefIntergenicDistribution": 5.209678,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11540,
          "maxRank": 11568.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2812898,
            "mappedReadsCount": 1503154,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227212"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.204174,
          "sdRefIntergenicDistribution": 4.916083,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10724,
          "maxRank": 10753.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2696002,
            "mappedReadsCount": 1449225,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227213"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.212679,
          "sdRefIntergenicDistribution": 4.944386,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11346,
          "maxRank": 11377.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2381988,
            "mappedReadsCount": 1160021,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227214"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.227554,
          "sdRefIntergenicDistribution": 4.700315,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10300,
          "maxRank": 10328.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2081913,
            "mappedReadsCount": 759360,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227215"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.341896,
          "sdRefIntergenicDistribution": 4.364438,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9365,
          "maxRank": 9388.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3195119,
            "mappedReadsCount": 1829013,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227216"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.149523,
          "sdRefIntergenicDistribution": 4.466662,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11015,
          "maxRank": 11044.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3564017,
            "mappedReadsCount": 2003949,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227217"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.176629,
          "sdRefIntergenicDistribution": 5.662380,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11481,
          "maxRank": 11512.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2724335,
            "mappedReadsCount": 1337371,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227218"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.218695,
          "sdRefIntergenicDistribution": 5.207709,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11300,
          "maxRank": 11342.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4080093,
            "mappedReadsCount": 2151646,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227219"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.159134,
          "sdRefIntergenicDistribution": 5.322748,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11997,
          "maxRank": 12039.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1799899,
            "mappedReadsCount": 916168,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227220"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.265205,
          "sdRefIntergenicDistribution": 4.405728,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9874,
          "maxRank": 9909.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2267236,
            "mappedReadsCount": 1132750,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227221"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.271590,
          "sdRefIntergenicDistribution": 5.189921,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10575,
          "maxRank": 10595.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2930479,
            "mappedReadsCount": 1190306,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227222"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.246087,
          "sdRefIntergenicDistribution": 5.385622,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9011,
          "maxRank": 9036.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4066040,
            "mappedReadsCount": 2514913,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227223"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.126562,
          "sdRefIntergenicDistribution": 5.248798,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11303,
          "maxRank": 11332.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3882615,
            "mappedReadsCount": 2347459,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227224"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.121278,
          "sdRefIntergenicDistribution": 5.275137,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11582,
          "maxRank": 11624.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3190564,
            "mappedReadsCount": 1782073,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227225"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.160124,
          "sdRefIntergenicDistribution": 4.993587,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10766,
          "maxRank": 10797.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4659721,
            "mappedReadsCount": 2695201,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227226"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.135482,
          "sdRefIntergenicDistribution": 5.677912,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11834,
          "maxRank": 11856.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2914480,
            "mappedReadsCount": 1773493,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227227"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.169064,
          "sdRefIntergenicDistribution": 5.136037,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12002,
          "maxRank": 12033.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2421804,
            "mappedReadsCount": 1336773,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227228"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.218839,
          "sdRefIntergenicDistribution": 4.867001,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11261,
          "maxRank": 11282.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4114393,
            "mappedReadsCount": 2393892,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227229"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.141600,
          "sdRefIntergenicDistribution": 5.292186,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11129,
          "maxRank": 11160.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3270500,
            "mappedReadsCount": 1741416,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227230"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.162999,
          "sdRefIntergenicDistribution": 4.768797,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9870,
          "maxRank": 9894.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2662282,
            "mappedReadsCount": 1326554,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227231"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.208631,
          "sdRefIntergenicDistribution": 5.143635,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11218,
          "maxRank": 11244.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2619731,
            "mappedReadsCount": 1274248,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227232"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.225572,
          "sdRefIntergenicDistribution": 4.917197,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11330,
          "maxRank": 11370.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3198057,
            "mappedReadsCount": 1357624,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227233"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.221116,
          "sdRefIntergenicDistribution": 5.003035,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9630,
          "maxRank": 9664.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1324452,
            "mappedReadsCount": 622499,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227234"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.305619,
          "sdRefIntergenicDistribution": 4.201890,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9493,
          "maxRank": 9513.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2194722,
            "mappedReadsCount": 1187883,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227235"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.239512,
          "sdRefIntergenicDistribution": 4.896944,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10549,
          "maxRank": 10576.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2055518,
            "mappedReadsCount": 1051439,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227236"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.205575,
          "sdRefIntergenicDistribution": 4.518202,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8408,
          "maxRank": 8428.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2841212,
            "mappedReadsCount": 1527929,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227237"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.196934,
          "sdRefIntergenicDistribution": 5.021459,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11442,
          "maxRank": 11468.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1112765,
            "mappedReadsCount": 607818,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227238"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.398742,
          "sdRefIntergenicDistribution": 4.338747,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10044,
          "maxRank": 10072.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3128620,
            "mappedReadsCount": 1747190,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227239"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.166256,
          "sdRefIntergenicDistribution": 4.911501,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11433,
          "maxRank": 11458.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2787329,
            "mappedReadsCount": 1702303,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227240"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.180338,
          "sdRefIntergenicDistribution": 4.972913,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11336,
          "maxRank": 11358.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3541814,
            "mappedReadsCount": 2269088,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227241"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.120133,
          "sdRefIntergenicDistribution": 5.267194,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11399,
          "maxRank": 11429.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3563163,
            "mappedReadsCount": 2208614,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227242"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.124018,
          "sdRefIntergenicDistribution": 4.821375,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11388,
          "maxRank": 11426.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3527283,
            "mappedReadsCount": 2034906,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227243"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.151397,
          "sdRefIntergenicDistribution": 5.002716,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11761,
          "maxRank": 11789.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1455301,
            "mappedReadsCount": 773092,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227244"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.328147,
          "sdRefIntergenicDistribution": 4.867909,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9884,
          "maxRank": 9906.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2701894,
            "mappedReadsCount": 1354474,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227245"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.202791,
          "sdRefIntergenicDistribution": 4.896998,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10536,
          "maxRank": 10563.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3337457,
            "mappedReadsCount": 2058509,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227246"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.139855,
          "sdRefIntergenicDistribution": 5.100632,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10740,
          "maxRank": 10765.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3485074,
            "mappedReadsCount": 2218514,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227247"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.131866,
          "sdRefIntergenicDistribution": 4.871644,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11371,
          "maxRank": 11397.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2064903,
            "mappedReadsCount": 978469,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227248"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.289137,
          "sdRefIntergenicDistribution": 4.781066,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8738,
          "maxRank": 8762.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1897087,
            "mappedReadsCount": 795911,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227249"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.343981,
          "sdRefIntergenicDistribution": 4.851931,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9711,
          "maxRank": 9739.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4181855,
            "mappedReadsCount": 2359583,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227250"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.148026,
          "sdRefIntergenicDistribution": 5.428207,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12393,
          "maxRank": 12430.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2746370,
            "mappedReadsCount": 1490600,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227251"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.197212,
          "sdRefIntergenicDistribution": 5.217386,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12330,
          "maxRank": 12358.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3773652,
            "mappedReadsCount": 2268504,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227252"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.145993,
          "sdRefIntergenicDistribution": 5.077170,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12256,
          "maxRank": 12286.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2314765,
            "mappedReadsCount": 1251130,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227253"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.207335,
          "sdRefIntergenicDistribution": 4.646404,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10481,
          "maxRank": 10521.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2446664,
            "mappedReadsCount": 1143414,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227254"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.241216,
          "sdRefIntergenicDistribution": 5.104936,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10630,
          "maxRank": 10650.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2934728,
            "mappedReadsCount": 1594359,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227255"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.183309,
          "sdRefIntergenicDistribution": 5.173887,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10667,
          "maxRank": 10687.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2725077,
            "mappedReadsCount": 1606888,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227256"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.155075,
          "sdRefIntergenicDistribution": 4.969522,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11106,
          "maxRank": 11128.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2677329,
            "mappedReadsCount": 1521043,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227257"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.196754,
          "sdRefIntergenicDistribution": 4.789124,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10739,
          "maxRank": 10770.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2772243,
            "mappedReadsCount": 1506230,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227258"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.178026,
          "sdRefIntergenicDistribution": 4.639493,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10417,
          "maxRank": 10492.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2926592,
            "mappedReadsCount": 1537365,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227259"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.170790,
          "sdRefIntergenicDistribution": 4.395387,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10580,
          "maxRank": 10599.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3825869,
            "mappedReadsCount": 2013201,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227260"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.161242,
          "sdRefIntergenicDistribution": 5.406811,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11160,
          "maxRank": 11187.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2686315,
            "mappedReadsCount": 1071665,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227261"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.184991,
          "sdRefIntergenicDistribution": 4.010192,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9328,
          "maxRank": 9351.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2757413,
            "mappedReadsCount": 1548055,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227262"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.167868,
          "sdRefIntergenicDistribution": 4.683095,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8855,
          "maxRank": 8872.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4468023,
            "mappedReadsCount": 2676217,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227263"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.117336,
          "sdRefIntergenicDistribution": 5.027435,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11137,
          "maxRank": 11168.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3087304,
            "mappedReadsCount": 1672856,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227264"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.147117,
          "sdRefIntergenicDistribution": 4.398193,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10709,
          "maxRank": 10729.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3775606,
            "mappedReadsCount": 2051236,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227265"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.154942,
          "sdRefIntergenicDistribution": 4.951254,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10725,
          "maxRank": 10745.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3434149,
            "mappedReadsCount": 2036621,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227266"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.135486,
          "sdRefIntergenicDistribution": 4.759518,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10791,
          "maxRank": 10816.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2365847,
            "mappedReadsCount": 1300965,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227267"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.215492,
          "sdRefIntergenicDistribution": 4.609144,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10691,
          "maxRank": 10721.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2924340,
            "mappedReadsCount": 1504943,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227268"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.190388,
          "sdRefIntergenicDistribution": 4.959258,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9741,
          "maxRank": 9761.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1373004,
            "mappedReadsCount": 735364,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227269"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.315992,
          "sdRefIntergenicDistribution": 4.285566,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9651,
          "maxRank": 9667.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1058359,
            "mappedReadsCount": 483350,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227270"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.414482,
          "sdRefIntergenicDistribution": 4.405133,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9072,
          "maxRank": 9089.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2991117,
            "mappedReadsCount": 1773733,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227271"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.159753,
          "sdRefIntergenicDistribution": 5.058737,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11246,
          "maxRank": 11282.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3318551,
            "mappedReadsCount": 1683022,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227272"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.152679,
          "sdRefIntergenicDistribution": 4.898530,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10492,
          "maxRank": 10528.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2738294,
            "mappedReadsCount": 1279953,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227273"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.173062,
          "sdRefIntergenicDistribution": 4.247605,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9978,
          "maxRank": 9996.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2974318,
            "mappedReadsCount": 1470458,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227274"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.219577,
          "sdRefIntergenicDistribution": 5.284017,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10158,
          "maxRank": 10173.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3227253,
            "mappedReadsCount": 1800194,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227275"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.160225,
          "sdRefIntergenicDistribution": 5.034478,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10141,
          "maxRank": 10162.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2946455,
            "mappedReadsCount": 1571438,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227276"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.208346,
          "sdRefIntergenicDistribution": 5.182478,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11246,
          "maxRank": 11267.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1454166,
            "mappedReadsCount": 816984,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227277"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.295161,
          "sdRefIntergenicDistribution": 4.453919,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10145,
          "maxRank": 10166.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2973272,
            "mappedReadsCount": 1433913,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227278"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.181707,
          "sdRefIntergenicDistribution": 4.848974,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10355,
          "maxRank": 10388.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2554694,
            "mappedReadsCount": 1025647,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227279"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.265843,
          "sdRefIntergenicDistribution": 4.626743,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10153,
          "maxRank": 10190.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3203293,
            "mappedReadsCount": 1717812,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227280"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.180907,
          "sdRefIntergenicDistribution": 5.100211,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10653,
          "maxRank": 10680.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2899020,
            "mappedReadsCount": 1607494,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227281"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.175051,
          "sdRefIntergenicDistribution": 4.621913,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10710,
          "maxRank": 10737.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3289055,
            "mappedReadsCount": 1728144,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227282"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.172646,
          "sdRefIntergenicDistribution": 4.915246,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10900,
          "maxRank": 10918.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1991469,
            "mappedReadsCount": 989591,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227283"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.215407,
          "sdRefIntergenicDistribution": 4.135250,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9404,
          "maxRank": 9423.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3460632,
            "mappedReadsCount": 1740111,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227284"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.166423,
          "sdRefIntergenicDistribution": 5.275107,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9080,
          "maxRank": 9101.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3786931,
            "mappedReadsCount": 2310927,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227285"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.119618,
          "sdRefIntergenicDistribution": 4.935304,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11536,
          "maxRank": 11563.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3659632,
            "mappedReadsCount": 2062696,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227286"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.142473,
          "sdRefIntergenicDistribution": 5.044867,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11046,
          "maxRank": 11081.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2978744,
            "mappedReadsCount": 1474104,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227287"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.199217,
          "sdRefIntergenicDistribution": 5.031430,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11038,
          "maxRank": 11073.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3015326,
            "mappedReadsCount": 1696883,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227288"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.190027,
          "sdRefIntergenicDistribution": 5.137015,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11196,
          "maxRank": 11223.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3881161,
            "mappedReadsCount": 2285105,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227289"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.125861,
          "sdRefIntergenicDistribution": 5.014566,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11747,
          "maxRank": 11786.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4472609,
            "mappedReadsCount": 2625594,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227290"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.124513,
          "sdRefIntergenicDistribution": 5.167653,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11311,
          "maxRank": 11337.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4435291,
            "mappedReadsCount": 2796524,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227291"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.107120,
          "sdRefIntergenicDistribution": 5.158164,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12146,
          "maxRank": 12183.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3832356,
            "mappedReadsCount": 2120244,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227292"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.160653,
          "sdRefIntergenicDistribution": 5.300472,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11048,
          "maxRank": 11075.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3820807,
            "mappedReadsCount": 2298153,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227293"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.125358,
          "sdRefIntergenicDistribution": 4.738237,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11363,
          "maxRank": 11398.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2167818,
            "mappedReadsCount": 1250959,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227294"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.186293,
          "sdRefIntergenicDistribution": 4.445260,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10665,
          "maxRank": 10695.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3702675,
            "mappedReadsCount": 2053247,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227295"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.150714,
          "sdRefIntergenicDistribution": 4.694966,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11044,
          "maxRank": 11090.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5229140,
            "mappedReadsCount": 2973830,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227296"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.111401,
          "sdRefIntergenicDistribution": 5.124536,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11429,
          "maxRank": 11474.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5436409,
            "mappedReadsCount": 3310164,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227297"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.103591,
          "sdRefIntergenicDistribution": 5.360232,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12652,
          "maxRank": 12693.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3781453,
            "mappedReadsCount": 1952011,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227298"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.157399,
          "sdRefIntergenicDistribution": 5.372491,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10612,
          "maxRank": 10643.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3453666,
            "mappedReadsCount": 1659232,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227299"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.179458,
          "sdRefIntergenicDistribution": 5.093845,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11039,
          "maxRank": 11062.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3424394,
            "mappedReadsCount": 1958388,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227300"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.143843,
          "sdRefIntergenicDistribution": 5.126041,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10851,
          "maxRank": 10884.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 991573,
            "mappedReadsCount": 380194,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227301"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.511355,
          "sdRefIntergenicDistribution": 4.434809,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9165,
          "maxRank": 9191.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5106135,
            "mappedReadsCount": 2961381,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227302"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.108350,
          "sdRefIntergenicDistribution": 5.125069,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11600,
          "maxRank": 11661.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1513980,
            "mappedReadsCount": 747619,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227303"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.293471,
          "sdRefIntergenicDistribution": 4.651431,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10273,
          "maxRank": 10289.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3505160,
            "mappedReadsCount": 2057844,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227304"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.127444,
          "sdRefIntergenicDistribution": 5.071547,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11535,
          "maxRank": 11564.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3698757,
            "mappedReadsCount": 2119208,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227305"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.143956,
          "sdRefIntergenicDistribution": 5.175563,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11228,
          "maxRank": 11246.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3005204,
            "mappedReadsCount": 1665287,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227306"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.165988,
          "sdRefIntergenicDistribution": 4.969731,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10621,
          "maxRank": 10648.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1457028,
            "mappedReadsCount": 883906,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227307"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.255081,
          "sdRefIntergenicDistribution": 4.534713,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10882,
          "maxRank": 10909.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1409367,
            "mappedReadsCount": 518020,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227308"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.392194,
          "sdRefIntergenicDistribution": 4.561340,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7216,
          "maxRank": 7230.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1831581,
            "mappedReadsCount": 721754,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227309"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.334038,
          "sdRefIntergenicDistribution": 5.135995,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8831,
          "maxRank": 8861.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1612650,
            "mappedReadsCount": 600874,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227310"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.376668,
          "sdRefIntergenicDistribution": 4.908430,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9769,
          "maxRank": 9784.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2937216,
            "mappedReadsCount": 1546827,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227311"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.193674,
          "sdRefIntergenicDistribution": 5.354873,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10486,
          "maxRank": 10504.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1699346,
            "mappedReadsCount": 957598,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227312"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.235111,
          "sdRefIntergenicDistribution": 4.371836,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10000,
          "maxRank": 10022.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1949543,
            "mappedReadsCount": 888532,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227313"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.199226,
          "sdRefIntergenicDistribution": 4.381654,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9798,
          "maxRank": 9834.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4156109,
            "mappedReadsCount": 2666109,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227314"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.096052,
          "sdRefIntergenicDistribution": 4.689002,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11104,
          "maxRank": 11121.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2786324,
            "mappedReadsCount": 1202793,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227315"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.221389,
          "sdRefIntergenicDistribution": 4.970563,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10052,
          "maxRank": 10086.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2378856,
            "mappedReadsCount": 1244101,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227316"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.215182,
          "sdRefIntergenicDistribution": 5.032480,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9995,
          "maxRank": 10022.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3469821,
            "mappedReadsCount": 2001946,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227317"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.129489,
          "sdRefIntergenicDistribution": 4.806497,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11027,
          "maxRank": 11051.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1664558,
            "mappedReadsCount": 699515,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227318"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.362037,
          "sdRefIntergenicDistribution": 4.563024,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 6471,
          "maxRank": 6485.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1729514,
            "mappedReadsCount": 1075411,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227319"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.220934,
          "sdRefIntergenicDistribution": 4.241400,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10205,
          "maxRank": 10227.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2296169,
            "mappedReadsCount": 1493522,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227320"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.169762,
          "sdRefIntergenicDistribution": 4.804634,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11747,
          "maxRank": 11790.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2089277,
            "mappedReadsCount": 1391747,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227321"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.130216,
          "sdRefIntergenicDistribution": 3.583822,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10309,
          "maxRank": 10331.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1542734,
            "mappedReadsCount": 819131,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227322"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.266471,
          "sdRefIntergenicDistribution": 4.685890,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9334,
          "maxRank": 9372.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2297228,
            "mappedReadsCount": 1477222,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227323"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.158989,
          "sdRefIntergenicDistribution": 4.293016,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10777,
          "maxRank": 10805.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2090654,
            "mappedReadsCount": 1260263,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227324"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.175419,
          "sdRefIntergenicDistribution": 4.553410,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10609,
          "maxRank": 10634.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1846055,
            "mappedReadsCount": 1062840,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227325"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.244316,
          "sdRefIntergenicDistribution": 4.647107,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8170,
          "maxRank": 8192.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2063675,
            "mappedReadsCount": 1303918,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227326"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.185776,
          "sdRefIntergenicDistribution": 4.516139,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11234,
          "maxRank": 11263.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2253351,
            "mappedReadsCount": 1367312,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227327"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.172445,
          "sdRefIntergenicDistribution": 4.387036,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10923,
          "maxRank": 10949.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2384110,
            "mappedReadsCount": 1561457,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227328"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.176856,
          "sdRefIntergenicDistribution": 4.594071,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11515,
          "maxRank": 11552.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3514550,
            "mappedReadsCount": 2183116,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227329"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.154077,
          "sdRefIntergenicDistribution": 5.638624,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11608,
          "maxRank": 11650.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2461330,
            "mappedReadsCount": 1606280,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227330"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.152635,
          "sdRefIntergenicDistribution": 4.784853,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10545,
          "maxRank": 10570.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 6479495,
            "mappedReadsCount": 4180874,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227331"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.077729,
          "sdRefIntergenicDistribution": 5.351163,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10269,
          "maxRank": 10305.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2803651,
            "mappedReadsCount": 1901250,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227332"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.135706,
          "sdRefIntergenicDistribution": 4.620718,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11575,
          "maxRank": 11609.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2433865,
            "mappedReadsCount": 1559394,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227333"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.173704,
          "sdRefIntergenicDistribution": 4.685037,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10706,
          "maxRank": 10736.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3378404,
            "mappedReadsCount": 2177094,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227334"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.137989,
          "sdRefIntergenicDistribution": 5.022543,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11338,
          "maxRank": 11360.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3161548,
            "mappedReadsCount": 2097993,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227335"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.147233,
          "sdRefIntergenicDistribution": 5.103551,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11081,
          "maxRank": 11107.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2484543,
            "mappedReadsCount": 1624317,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227336"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.181383,
          "sdRefIntergenicDistribution": 5.089465,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11250,
          "maxRank": 11274.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1792449,
            "mappedReadsCount": 988056,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227337"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.251443,
          "sdRefIntergenicDistribution": 4.664550,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7744,
          "maxRank": 7768.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2500178,
            "mappedReadsCount": 1571201,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227338"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.127768,
          "sdRefIntergenicDistribution": 3.993122,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10735,
          "maxRank": 10767.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1088503,
            "mappedReadsCount": 655210,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227339"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.351193,
          "sdRefIntergenicDistribution": 4.763635,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9535,
          "maxRank": 9557.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2190321,
            "mappedReadsCount": 1279588,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227340"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.194855,
          "sdRefIntergenicDistribution": 4.610344,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10770,
          "maxRank": 10808.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2904115,
            "mappedReadsCount": 1923722,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227341"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.149749,
          "sdRefIntergenicDistribution": 4.808720,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11657,
          "maxRank": 11679.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2740972,
            "mappedReadsCount": 1626128,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227342"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.147737,
          "sdRefIntergenicDistribution": 4.710883,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10946,
          "maxRank": 10970.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3309142,
            "mappedReadsCount": 2101564,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227343"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.136641,
          "sdRefIntergenicDistribution": 4.768706,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11013,
          "maxRank": 11054.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2590133,
            "mappedReadsCount": 1592619,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227344"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.167604,
          "sdRefIntergenicDistribution": 4.950119,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11341,
          "maxRank": 11375.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2838707,
            "mappedReadsCount": 1773064,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227345"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.155872,
          "sdRefIntergenicDistribution": 4.898375,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11052,
          "maxRank": 11078.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2528520,
            "mappedReadsCount": 1541606,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227346"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.176056,
          "sdRefIntergenicDistribution": 4.812330,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11167,
          "maxRank": 11197.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1795708,
            "mappedReadsCount": 967497,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227347"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.245571,
          "sdRefIntergenicDistribution": 4.182714,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9998,
          "maxRank": 10024.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1976920,
            "mappedReadsCount": 1118406,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227348"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.224209,
          "sdRefIntergenicDistribution": 4.552067,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11211,
          "maxRank": 11240.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2887384,
            "mappedReadsCount": 1709266,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227349"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.170979,
          "sdRefIntergenicDistribution": 4.750810,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10701,
          "maxRank": 10725.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2603083,
            "mappedReadsCount": 1538328,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227350"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.179891,
          "sdRefIntergenicDistribution": 4.445939,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11112,
          "maxRank": 11152.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3360124,
            "mappedReadsCount": 1989618,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227351"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.139711,
          "sdRefIntergenicDistribution": 4.651929,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11308,
          "maxRank": 11332.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2563420,
            "mappedReadsCount": 1419958,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227352"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.205189,
          "sdRefIntergenicDistribution": 5.010602,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11082,
          "maxRank": 11117.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2217268,
            "mappedReadsCount": 1023456,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227353"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.233908,
          "sdRefIntergenicDistribution": 5.089004,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7990,
          "maxRank": 8016.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2586669,
            "mappedReadsCount": 1571911,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227354"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.152258,
          "sdRefIntergenicDistribution": 4.662135,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11618,
          "maxRank": 11671.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2829999,
            "mappedReadsCount": 1859616,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227355"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.142811,
          "sdRefIntergenicDistribution": 4.481795,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10692,
          "maxRank": 10720.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2929823,
            "mappedReadsCount": 1736424,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227356"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.173960,
          "sdRefIntergenicDistribution": 4.921628,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10860,
          "maxRank": 10885.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2295587,
            "mappedReadsCount": 1437861,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227357"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.196849,
          "sdRefIntergenicDistribution": 4.878897,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11248,
          "maxRank": 11279.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2767003,
            "mappedReadsCount": 1838862,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227358"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.134373,
          "sdRefIntergenicDistribution": 4.688815,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11513,
          "maxRank": 11554.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2285092,
            "mappedReadsCount": 1150338,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227359"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.225554,
          "sdRefIntergenicDistribution": 5.083877,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8555,
          "maxRank": 8583.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2147671,
            "mappedReadsCount": 1144101,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227360"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.241259,
          "sdRefIntergenicDistribution": 4.911994,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8414,
          "maxRank": 8430.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1428602,
            "mappedReadsCount": 651309,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227361"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.358932,
          "sdRefIntergenicDistribution": 4.781958,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10194,
          "maxRank": 10212.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2517013,
            "mappedReadsCount": 1309444,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227362"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.207151,
          "sdRefIntergenicDistribution": 4.911874,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10284,
          "maxRank": 10320.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2981507,
            "mappedReadsCount": 1905317,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227363"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.140748,
          "sdRefIntergenicDistribution": 4.921890,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10890,
          "maxRank": 10914.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4374099,
            "mappedReadsCount": 2803101,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227364"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.112784,
          "sdRefIntergenicDistribution": 5.216768,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11424,
          "maxRank": 11489.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2908206,
            "mappedReadsCount": 1748391,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227365"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.147368,
          "sdRefIntergenicDistribution": 4.728634,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10757,
          "maxRank": 10794.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3934871,
            "mappedReadsCount": 2613247,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227366"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.107331,
          "sdRefIntergenicDistribution": 5.057254,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11642,
          "maxRank": 11672.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2799862,
            "mappedReadsCount": 1408070,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227367"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.171076,
          "sdRefIntergenicDistribution": 5.034263,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9066,
          "maxRank": 9084.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3581892,
            "mappedReadsCount": 2214634,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227368"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.118143,
          "sdRefIntergenicDistribution": 4.515256,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10909,
          "maxRank": 10939.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4189542,
            "mappedReadsCount": 2613248,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227369"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.118127,
          "sdRefIntergenicDistribution": 5.330074,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11746,
          "maxRank": 11774.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4635499,
            "mappedReadsCount": 3055461,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227370"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.105345,
          "sdRefIntergenicDistribution": 5.013550,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11588,
          "maxRank": 11612.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3905363,
            "mappedReadsCount": 2622480,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227371"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.110762,
          "sdRefIntergenicDistribution": 4.930986,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11141,
          "maxRank": 11180.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3227616,
            "mappedReadsCount": 2026239,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227372"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.124567,
          "sdRefIntergenicDistribution": 4.632335,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9495,
          "maxRank": 9522.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3125389,
            "mappedReadsCount": 1910464,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227373"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.143051,
          "sdRefIntergenicDistribution": 4.902198,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10435,
          "maxRank": 10460.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3003003,
            "mappedReadsCount": 1909044,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227374"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.142156,
          "sdRefIntergenicDistribution": 4.985419,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11648,
          "maxRank": 11679.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3301547,
            "mappedReadsCount": 2310863,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227375"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.118122,
          "sdRefIntergenicDistribution": 5.020796,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10776,
          "maxRank": 10806.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3554605,
            "mappedReadsCount": 2356610,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227376"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.104486,
          "sdRefIntergenicDistribution": 4.765015,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11934,
          "maxRank": 11975.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2348008,
            "mappedReadsCount": 1271018,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227377"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.185504,
          "sdRefIntergenicDistribution": 5.014712,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10153,
          "maxRank": 10192.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3251066,
            "mappedReadsCount": 1962046,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227378"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.133445,
          "sdRefIntergenicDistribution": 4.494579,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10957,
          "maxRank": 10986.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2770691,
            "mappedReadsCount": 1785338,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227379"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.148393,
          "sdRefIntergenicDistribution": 4.871559,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9489,
          "maxRank": 9509.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3704589,
            "mappedReadsCount": 2138472,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227380"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.147343,
          "sdRefIntergenicDistribution": 5.119568,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10738,
          "maxRank": 10762.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2960538,
            "mappedReadsCount": 1812870,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227381"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.164302,
          "sdRefIntergenicDistribution": 5.095537,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11409,
          "maxRank": 11440.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3579441,
            "mappedReadsCount": 2114175,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227382"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.153833,
          "sdRefIntergenicDistribution": 5.280057,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10766,
          "maxRank": 10796.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3148050,
            "mappedReadsCount": 1806098,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227383"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.145320,
          "sdRefIntergenicDistribution": 4.778740,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10700,
          "maxRank": 10729.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3838422,
            "mappedReadsCount": 2243395,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227384"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.129629,
          "sdRefIntergenicDistribution": 5.000635,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10794,
          "maxRank": 10818.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2874442,
            "mappedReadsCount": 1897802,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227385"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.128772,
          "sdRefIntergenicDistribution": 4.995051,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11029,
          "maxRank": 11065.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3600330,
            "mappedReadsCount": 2239194,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227386"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.126230,
          "sdRefIntergenicDistribution": 4.791715,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10734,
          "maxRank": 10756.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2835559,
            "mappedReadsCount": 1158296,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227387"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.238723,
          "sdRefIntergenicDistribution": 5.098379,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8954,
          "maxRank": 8985.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1879186,
            "mappedReadsCount": 1033617,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227388"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.203121,
          "sdRefIntergenicDistribution": 4.769362,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8941,
          "maxRank": 8974.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3786448,
            "mappedReadsCount": 2640105,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227389"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.095819,
          "sdRefIntergenicDistribution": 4.710740,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12102,
          "maxRank": 12134.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4106266,
            "mappedReadsCount": 2761052,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227390"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.095337,
          "sdRefIntergenicDistribution": 5.104182,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9862,
          "maxRank": 9895.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2462099,
            "mappedReadsCount": 1599122,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227391"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.158817,
          "sdRefIntergenicDistribution": 4.848973,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10221,
          "maxRank": 10248.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4467177,
            "mappedReadsCount": 2677903,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227392"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.122301,
          "sdRefIntergenicDistribution": 5.441825,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11787,
          "maxRank": 11822.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1212065,
            "mappedReadsCount": 505138,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227393"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.346332,
          "sdRefIntergenicDistribution": 3.940464,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 5517,
          "maxRank": 5528.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1423245,
            "mappedReadsCount": 909155,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227394"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.277573,
          "sdRefIntergenicDistribution": 4.424098,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9898,
          "maxRank": 9914.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1630628,
            "mappedReadsCount": 1006368,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227395"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.211081,
          "sdRefIntergenicDistribution": 4.454250,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9978,
          "maxRank": 10012.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1683733,
            "mappedReadsCount": 930725,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227396"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.275682,
          "sdRefIntergenicDistribution": 4.713692,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9533,
          "maxRank": 9557.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1180093,
            "mappedReadsCount": 687355,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227397"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.313450,
          "sdRefIntergenicDistribution": 4.565279,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10205,
          "maxRank": 10230.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1768093,
            "mappedReadsCount": 1154481,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227398"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.203223,
          "sdRefIntergenicDistribution": 4.643241,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10847,
          "maxRank": 10885.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 929823,
            "mappedReadsCount": 467595,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227399"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.441191,
          "sdRefIntergenicDistribution": 4.173872,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 6056,
          "maxRank": 6068.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1605853,
            "mappedReadsCount": 974725,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227400"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.236809,
          "sdRefIntergenicDistribution": 4.700349,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9768,
          "maxRank": 9796.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1682050,
            "mappedReadsCount": 1041638,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227401"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.208269,
          "sdRefIntergenicDistribution": 4.442220,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10076,
          "maxRank": 10098.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1037572,
            "mappedReadsCount": 537203,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227402"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.439737,
          "sdRefIntergenicDistribution": 4.582673,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9374,
          "maxRank": 9396.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 771611,
            "mappedReadsCount": 446620,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227403"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.448892,
          "sdRefIntergenicDistribution": 4.061740,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9832,
          "maxRank": 9861.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2127155,
            "mappedReadsCount": 1473684,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227404"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.170231,
          "sdRefIntergenicDistribution": 4.666879,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11398,
          "maxRank": 11426.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2049018,
            "mappedReadsCount": 1325738,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227405"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.189191,
          "sdRefIntergenicDistribution": 4.675070,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10007,
          "maxRank": 10030.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1522969,
            "mappedReadsCount": 1000344,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227406"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.219868,
          "sdRefIntergenicDistribution": 5.187334,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10248,
          "maxRank": 10269.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2131222,
            "mappedReadsCount": 1256395,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227407"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.260007,
          "sdRefIntergenicDistribution": 5.137760,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10746,
          "maxRank": 10780.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2247004,
            "mappedReadsCount": 1360281,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227408"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.205473,
          "sdRefIntergenicDistribution": 4.978813,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10823,
          "maxRank": 10863.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1447527,
            "mappedReadsCount": 925556,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227409"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.238333,
          "sdRefIntergenicDistribution": 4.808880,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10287,
          "maxRank": 10316.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1529613,
            "mappedReadsCount": 1035215,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227410"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.215876,
          "sdRefIntergenicDistribution": 4.261474,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9591,
          "maxRank": 9612.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2118843,
            "mappedReadsCount": 1305255,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227411"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.219672,
          "sdRefIntergenicDistribution": 5.064885,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11046,
          "maxRank": 11089.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5570606,
            "mappedReadsCount": 2980945,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227412"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.130555,
          "sdRefIntergenicDistribution": 6.146732,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8029,
          "maxRank": 8053.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2119832,
            "mappedReadsCount": 1421697,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227413"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.161936,
          "sdRefIntergenicDistribution": 4.927210,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10897,
          "maxRank": 10941.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1775571,
            "mappedReadsCount": 1177008,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227414"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.218037,
          "sdRefIntergenicDistribution": 4.949652,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11569,
          "maxRank": 11610.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1891389,
            "mappedReadsCount": 1262358,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227415"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.169767,
          "sdRefIntergenicDistribution": 4.486271,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10450,
          "maxRank": 10482.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 930527,
            "mappedReadsCount": 550597,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227416"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.410056,
          "sdRefIntergenicDistribution": 4.895090,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9651,
          "maxRank": 9669.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1461615,
            "mappedReadsCount": 923884,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227417"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.255208,
          "sdRefIntergenicDistribution": 4.545471,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10244,
          "maxRank": 10269.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2351301,
            "mappedReadsCount": 1509888,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227418"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.197738,
          "sdRefIntergenicDistribution": 4.875187,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11831,
          "maxRank": 11863.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2312949,
            "mappedReadsCount": 1417772,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227419"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.179003,
          "sdRefIntergenicDistribution": 4.482521,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10614,
          "maxRank": 10637.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1946144,
            "mappedReadsCount": 1122007,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227420"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.221333,
          "sdRefIntergenicDistribution": 4.801452,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10197,
          "maxRank": 10233.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2049036,
            "mappedReadsCount": 1285167,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227421"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.187540,
          "sdRefIntergenicDistribution": 4.847240,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8771,
          "maxRank": 8793.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2386095,
            "mappedReadsCount": 1650591,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227422"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.151869,
          "sdRefIntergenicDistribution": 4.558478,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11126,
          "maxRank": 11173.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1828303,
            "mappedReadsCount": 920387,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227423"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.232793,
          "sdRefIntergenicDistribution": 5.206362,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8899,
          "maxRank": 8920.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1460399,
            "mappedReadsCount": 857237,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227424"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.234225,
          "sdRefIntergenicDistribution": 4.406362,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8416,
          "maxRank": 8435.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2348348,
            "mappedReadsCount": 1490585,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227425"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.161923,
          "sdRefIntergenicDistribution": 4.631356,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10757,
          "maxRank": 10784.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2524039,
            "mappedReadsCount": 1435694,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227426"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.200080,
          "sdRefIntergenicDistribution": 5.131330,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10555,
          "maxRank": 10581.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2304856,
            "mappedReadsCount": 1492845,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227427"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.164763,
          "sdRefIntergenicDistribution": 4.888711,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10676,
          "maxRank": 10704.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2457183,
            "mappedReadsCount": 1531249,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227428"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.178216,
          "sdRefIntergenicDistribution": 4.616587,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10660,
          "maxRank": 10688.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2323482,
            "mappedReadsCount": 1431814,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227429"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.188857,
          "sdRefIntergenicDistribution": 4.861854,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10762,
          "maxRank": 10782.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 633437,
            "mappedReadsCount": 361441,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227430"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.498635,
          "sdRefIntergenicDistribution": 4.914793,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9058,
          "maxRank": 9072.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2991737,
            "mappedReadsCount": 1959863,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227431"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.124413,
          "sdRefIntergenicDistribution": 4.796684,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11953,
          "maxRank": 11982.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2914855,
            "mappedReadsCount": 1895666,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227432"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.133175,
          "sdRefIntergenicDistribution": 4.727585,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10383,
          "maxRank": 10424.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1814233,
            "mappedReadsCount": 1157482,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227433"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.207043,
          "sdRefIntergenicDistribution": 4.835244,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10233,
          "maxRank": 10262.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2575692,
            "mappedReadsCount": 1772022,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227434"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.142997,
          "sdRefIntergenicDistribution": 5.123853,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11298,
          "maxRank": 11332.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3438263,
            "mappedReadsCount": 2199103,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227435"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.146053,
          "sdRefIntergenicDistribution": 5.117623,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11470,
          "maxRank": 11500.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2672383,
            "mappedReadsCount": 1596976,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227436"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.173829,
          "sdRefIntergenicDistribution": 5.039970,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11344,
          "maxRank": 11395.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1665960,
            "mappedReadsCount": 1047286,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227437"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.187564,
          "sdRefIntergenicDistribution": 4.419545,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7268,
          "maxRank": 7287.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2792346,
            "mappedReadsCount": 1936883,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227438"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.125491,
          "sdRefIntergenicDistribution": 4.465091,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10997,
          "maxRank": 11029.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1880979,
            "mappedReadsCount": 1201436,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227439"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.188939,
          "sdRefIntergenicDistribution": 4.498981,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10537,
          "maxRank": 10571.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2997685,
            "mappedReadsCount": 1977223,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227440"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.133238,
          "sdRefIntergenicDistribution": 5.042170,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10871,
          "maxRank": 10898.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 9301630,
            "mappedReadsCount": 7141120,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227441"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.048786,
          "sdRefIntergenicDistribution": 5.559142,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12931,
          "maxRank": 12973.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1981724,
            "mappedReadsCount": 1119123,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227442"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.225978,
          "sdRefIntergenicDistribution": 4.821155,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8069,
          "maxRank": 8088.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2220276,
            "mappedReadsCount": 1246355,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227443"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.216988,
          "sdRefIntergenicDistribution": 4.805149,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10063,
          "maxRank": 10105.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1893600,
            "mappedReadsCount": 1112303,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227444"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.192482,
          "sdRefIntergenicDistribution": 3.920293,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7406,
          "maxRank": 7434.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2805169,
            "mappedReadsCount": 1806555,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227445"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.159814,
          "sdRefIntergenicDistribution": 5.099428,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11399,
          "maxRank": 11427.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2666381,
            "mappedReadsCount": 1671753,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227446"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.162603,
          "sdRefIntergenicDistribution": 5.000181,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10835,
          "maxRank": 10863.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2545896,
            "mappedReadsCount": 1636089,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227447"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.165227,
          "sdRefIntergenicDistribution": 4.715233,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10887,
          "maxRank": 10915.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2189870,
            "mappedReadsCount": 1401751,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227448"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.177326,
          "sdRefIntergenicDistribution": 4.877974,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11636,
          "maxRank": 11662.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2734260,
            "mappedReadsCount": 1772726,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227449"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.134459,
          "sdRefIntergenicDistribution": 4.741304,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10618,
          "maxRank": 10647.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1819068,
            "mappedReadsCount": 1149828,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227450"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.225794,
          "sdRefIntergenicDistribution": 4.857475,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10805,
          "maxRank": 10833.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2302051,
            "mappedReadsCount": 1422810,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227451"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.159782,
          "sdRefIntergenicDistribution": 4.684350,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10399,
          "maxRank": 10417.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2440643,
            "mappedReadsCount": 1575570,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227452"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.178836,
          "sdRefIntergenicDistribution": 4.905087,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11131,
          "maxRank": 11158.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1625110,
            "mappedReadsCount": 1046491,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227453"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.218903,
          "sdRefIntergenicDistribution": 4.675197,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10845,
          "maxRank": 10876.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1867980,
            "mappedReadsCount": 1133472,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227454"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.212239,
          "sdRefIntergenicDistribution": 4.558573,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9850,
          "maxRank": 9871.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 7936241,
            "mappedReadsCount": 5134707,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227455"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.069658,
          "sdRefIntergenicDistribution": 5.704866,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11224,
          "maxRank": 11259.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2462981,
            "mappedReadsCount": 1366763,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227456"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.211235,
          "sdRefIntergenicDistribution": 5.032382,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10571,
          "maxRank": 10615.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1715537,
            "mappedReadsCount": 1034690,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227457"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.228958,
          "sdRefIntergenicDistribution": 4.401937,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9840,
          "maxRank": 9877.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1942262,
            "mappedReadsCount": 1187670,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227458"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.188355,
          "sdRefIntergenicDistribution": 4.579658,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10526,
          "maxRank": 10553.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2856792,
            "mappedReadsCount": 1922775,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227459"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.132016,
          "sdRefIntergenicDistribution": 4.636236,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11594,
          "maxRank": 11625.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2631824,
            "mappedReadsCount": 1713821,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227460"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.154534,
          "sdRefIntergenicDistribution": 5.174869,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10547,
          "maxRank": 10578.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3735380,
            "mappedReadsCount": 2556576,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227461"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.110893,
          "sdRefIntergenicDistribution": 5.110344,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10737,
          "maxRank": 10769.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2794430,
            "mappedReadsCount": 1821023,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227462"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.153796,
          "sdRefIntergenicDistribution": 4.994968,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11076,
          "maxRank": 11101.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2915641,
            "mappedReadsCount": 1952581,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227463"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.132506,
          "sdRefIntergenicDistribution": 4.992604,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11126,
          "maxRank": 11174.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3400863,
            "mappedReadsCount": 2167395,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227464"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.139708,
          "sdRefIntergenicDistribution": 5.393653,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12013,
          "maxRank": 12041.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3496248,
            "mappedReadsCount": 2479549,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227465"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.102884,
          "sdRefIntergenicDistribution": 4.933304,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10999,
          "maxRank": 11031.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3131156,
            "mappedReadsCount": 2050576,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227466"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.126887,
          "sdRefIntergenicDistribution": 4.793037,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11212,
          "maxRank": 11243.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3682214,
            "mappedReadsCount": 2505573,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227467"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.117859,
          "sdRefIntergenicDistribution": 5.044358,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11288,
          "maxRank": 11314.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2227444,
            "mappedReadsCount": 1415950,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227468"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.146617,
          "sdRefIntergenicDistribution": 4.492044,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8506,
          "maxRank": 8537.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2484288,
            "mappedReadsCount": 1683562,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227469"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.154434,
          "sdRefIntergenicDistribution": 4.473473,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9961,
          "maxRank": 10007.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1134322,
            "mappedReadsCount": 496561,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227470"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.406630,
          "sdRefIntergenicDistribution": 4.380025,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 6472,
          "maxRank": 6484.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3068151,
            "mappedReadsCount": 1783317,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227471"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.167246,
          "sdRefIntergenicDistribution": 5.244112,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9057,
          "maxRank": 9075.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3370658,
            "mappedReadsCount": 1893369,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227472"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.133936,
          "sdRefIntergenicDistribution": 4.932734,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10514,
          "maxRank": 10541.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2765828,
            "mappedReadsCount": 1439889,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227473"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.219345,
          "sdRefIntergenicDistribution": 5.257522,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10170,
          "maxRank": 10192.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2390426,
            "mappedReadsCount": 1388498,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227474"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.206423,
          "sdRefIntergenicDistribution": 5.120717,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10468,
          "maxRank": 10517.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2115397,
            "mappedReadsCount": 735759,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227475"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.310027,
          "sdRefIntergenicDistribution": 4.554446,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 5484,
          "maxRank": 5495.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2533193,
            "mappedReadsCount": 1263264,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227476"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.215358,
          "sdRefIntergenicDistribution": 4.740911,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 7235,
          "maxRank": 7260.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2520467,
            "mappedReadsCount": 1375920,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227477"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.195774,
          "sdRefIntergenicDistribution": 4.825080,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10340,
          "maxRank": 10357.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3365281,
            "mappedReadsCount": 2127592,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227478"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.135573,
          "sdRefIntergenicDistribution": 4.992166,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11144,
          "maxRank": 11183.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3084686,
            "mappedReadsCount": 1946124,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227479"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.149678,
          "sdRefIntergenicDistribution": 5.058773,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10674,
          "maxRank": 10707.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5550251,
            "mappedReadsCount": 3752786,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227480"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.081538,
          "sdRefIntergenicDistribution": 5.421769,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12994,
          "maxRank": 13031.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3024079,
            "mappedReadsCount": 1781483,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227481"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.172812,
          "sdRefIntergenicDistribution": 5.441708,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10179,
          "maxRank": 10207.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1649099,
            "mappedReadsCount": 786622,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227482"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.308963,
          "sdRefIntergenicDistribution": 5.390690,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 6699,
          "maxRank": 6712.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3428211,
            "mappedReadsCount": 2032223,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227483"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.152961,
          "sdRefIntergenicDistribution": 5.373902,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10791,
          "maxRank": 10817.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3521786,
            "mappedReadsCount": 2330364,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227484"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.114450,
          "sdRefIntergenicDistribution": 5.753506,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10532,
          "maxRank": 10565.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2809374,
            "mappedReadsCount": 1648200,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227485"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.169008,
          "sdRefIntergenicDistribution": 5.361648,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 8917,
          "maxRank": 8941.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3502500,
            "mappedReadsCount": 2365888,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227486"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.097678,
          "sdRefIntergenicDistribution": 4.747757,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11783,
          "maxRank": 11814.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1735097,
            "mappedReadsCount": 1008315,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227487"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.234514,
          "sdRefIntergenicDistribution": 4.654271,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10296,
          "maxRank": 10328.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2030077,
            "mappedReadsCount": 1280185,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227488"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.188929,
          "sdRefIntergenicDistribution": 4.810458,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10053,
          "maxRank": 10086.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4820197,
            "mappedReadsCount": 3369570,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227489"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.096076,
          "sdRefIntergenicDistribution": 5.060364,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10500,
          "maxRank": 10521.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3367746,
            "mappedReadsCount": 1731010,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227490"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.187416,
          "sdRefIntergenicDistribution": 5.572504,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10450,
          "maxRank": 10485.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3368776,
            "mappedReadsCount": 2010951,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227491"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.133943,
          "sdRefIntergenicDistribution": 5.105388,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11022,
          "maxRank": 11045.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1916766,
            "mappedReadsCount": 1078299,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227492"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.238930,
          "sdRefIntergenicDistribution": 4.957380,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10381,
          "maxRank": 10413.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4199612,
            "mappedReadsCount": 2859567,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227493"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.089603,
          "sdRefIntergenicDistribution": 5.015790,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11419,
          "maxRank": 11457.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3545629,
            "mappedReadsCount": 1788816,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227494"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.179516,
          "sdRefIntergenicDistribution": 5.491973,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9432,
          "maxRank": 9458.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3242175,
            "mappedReadsCount": 1780072,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227495"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.189217,
          "sdRefIntergenicDistribution": 5.912821,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10206,
          "maxRank": 10241.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5157674,
            "mappedReadsCount": 3240973,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227496"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.102635,
          "sdRefIntergenicDistribution": 5.502217,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10832,
          "maxRank": 10859.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3091523,
            "mappedReadsCount": 1850188,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227497"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.172049,
          "sdRefIntergenicDistribution": 5.091485,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10515,
          "maxRank": 10550.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 1269868,
            "mappedReadsCount": 792506,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227498"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.269184,
          "sdRefIntergenicDistribution": 4.174148,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10172,
          "maxRank": 10196.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4862475,
            "mappedReadsCount": 3063958,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227499"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.095358,
          "sdRefIntergenicDistribution": 5.322519,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10636,
          "maxRank": 10672.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4552153,
            "mappedReadsCount": 2959095,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227500"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.112148,
          "sdRefIntergenicDistribution": 5.578287,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11461,
          "maxRank": 11490.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4189923,
            "mappedReadsCount": 2728374,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227501"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.117343,
          "sdRefIntergenicDistribution": 5.682988,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10509,
          "maxRank": 10535.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 6041157,
            "mappedReadsCount": 3996043,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227502"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.089268,
          "sdRefIntergenicDistribution": 5.589537,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12064,
          "maxRank": 12093.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2561240,
            "mappedReadsCount": 1310458,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227503"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.195150,
          "sdRefIntergenicDistribution": 4.944134,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 6990,
          "maxRank": 7011.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 6100635,
            "mappedReadsCount": 4442234,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227504"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.061056,
          "sdRefIntergenicDistribution": 5.076383,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11651,
          "maxRank": 11681.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 7313611,
            "mappedReadsCount": 5236391,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227505"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.057810,
          "sdRefIntergenicDistribution": 4.985486,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12934,
          "maxRank": 12976.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5276115,
            "mappedReadsCount": 3750753,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227506"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.076280,
          "sdRefIntergenicDistribution": 5.174882,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11098,
          "maxRank": 11141.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2529213,
            "mappedReadsCount": 1284722,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227507"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.199090,
          "sdRefIntergenicDistribution": 5.149558,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9640,
          "maxRank": 9682.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 6069516,
            "mappedReadsCount": 3987388,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227508"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.074236,
          "sdRefIntergenicDistribution": 5.212229,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11891,
          "maxRank": 11919.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3625369,
            "mappedReadsCount": 2070036,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227509"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.144922,
          "sdRefIntergenicDistribution": 5.516265,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9659,
          "maxRank": 9692.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2184017,
            "mappedReadsCount": 1153106,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227510"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.232633,
          "sdRefIntergenicDistribution": 5.220137,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10841,
          "maxRank": 10863.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3042006,
            "mappedReadsCount": 1869146,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227511"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.150566,
          "sdRefIntergenicDistribution": 5.404129,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9572,
          "maxRank": 9596.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4356348,
            "mappedReadsCount": 2572330,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227512"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.115445,
          "sdRefIntergenicDistribution": 5.196787,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10615,
          "maxRank": 10662.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4041343,
            "mappedReadsCount": 2589946,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227513"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.110018,
          "sdRefIntergenicDistribution": 4.977966,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10145,
          "maxRank": 10180.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4593879,
            "mappedReadsCount": 3231088,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227514"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.080526,
          "sdRefIntergenicDistribution": 5.080314,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11124,
          "maxRank": 11165.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2667981,
            "mappedReadsCount": 1314539,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227515"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.204830,
          "sdRefIntergenicDistribution": 4.996290,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9028,
          "maxRank": 9052.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4007836,
            "mappedReadsCount": 2624899,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227516"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.111936,
          "sdRefIntergenicDistribution": 5.332133,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10996,
          "maxRank": 11027.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3714945,
            "mappedReadsCount": 2194854,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227517"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.137440,
          "sdRefIntergenicDistribution": 5.327233,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10248,
          "maxRank": 10270.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 6149493,
            "mappedReadsCount": 4422263,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227518"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.065737,
          "sdRefIntergenicDistribution": 4.909206,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11410,
          "maxRank": 11440.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 7386122,
            "mappedReadsCount": 5443627,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227519"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.058541,
          "sdRefIntergenicDistribution": 5.146758,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11900,
          "maxRank": 11940.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4537425,
            "mappedReadsCount": 2893537,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227520"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.094700,
          "sdRefIntergenicDistribution": 5.406467,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11504,
          "maxRank": 11542.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 6375501,
            "mappedReadsCount": 4470059,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227521"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.071709,
          "sdRefIntergenicDistribution": 5.660333,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12308,
          "maxRank": 12360.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 5413603,
            "mappedReadsCount": 3561100,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227522"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.091171,
          "sdRefIntergenicDistribution": 5.576121,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 12130,
          "maxRank": 12171.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4319680,
            "mappedReadsCount": 2434868,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227523"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.127546,
          "sdRefIntergenicDistribution": 5.079981,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10417,
          "maxRank": 10446.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 4189549,
            "mappedReadsCount": 2897270,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227524"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.091760,
          "sdRefIntergenicDistribution": 4.946578,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11261,
          "maxRank": 11294.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2295208,
            "mappedReadsCount": 1232453,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227525"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.151311,
          "sdRefIntergenicDistribution": 4.855103,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9810,
          "maxRank": 9846.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3854041,
            "mappedReadsCount": 2506364,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227526"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.119331,
          "sdRefIntergenicDistribution": 5.149711,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9886,
          "maxRank": 9921.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3811347,
            "mappedReadsCount": 2473938,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227527"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.121385,
          "sdRefIntergenicDistribution": 5.448328,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10179,
          "maxRank": 10207.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 2984289,
            "mappedReadsCount": 1447917,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227528"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.174099,
          "sdRefIntergenicDistribution": 4.688104,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 9646,
          "maxRank": 9665.00
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3003780,
            "mappedReadsCount": 1800308,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227529"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.147766,
          "sdRefIntergenicDistribution": 4.860778,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 10008,
          "maxRank": 10021.50
        }
      },
      {
        "library": {
          "technology": {
            "protocolName": "Smart-seq2",
            "sequencingPlatfomName": "Illumina HiSeq 2500",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 125,
            "libraryType": "single"
          },
          "pipelineSummary": {
            "allReadsCount": 3964465,
            "mappedReadsCount": 2232368,
            "minReadLength": 125,
            "maxReadLength": 125
          },
          "experiment": {
            "sampleMultiplexing": false,
            "numberOfAnnotatedCells": 1205,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
                "title": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/",
                "fileName": "Mus_musculus_ERP013381_full_length.h5ad",
                "title": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "ERP013381",
              "xRefName": "Mouse embryonic RNA-seq",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/ERP013381",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1038/nature18633",
            "name": "Mouse embryonic RNA-seq",
            "description": "The study was aimed at interrogating the early stages of blood cell development within the embryo. Blood develops from mesoderm, which is specified at gastrulation. We therefore sorted cells from mouse embryos between E6.5 and E7.75 to capture gastrulation and the emergence of mesoderm, followed by specificiation of the first mature blood cells.",
            "id": "ERP013381"
          },
          "id": "ERX1227530"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000922",
              "name": "embryo"
            },
            "anatEntityAuthorAnnotation": "distal half of the embryo",
            "cellType": {
              "id": "CL:0000352",
              "name": "epiblast cell"
            },
            "cellTypeAuthorAnnotation": "epiblast cell",
            "devStage": {
              "id": "MmusDv:0000014",
              "name": "Theiler stage 09 (mouse)"
            },
            "devStageAuthorAnnotation": "embryonic day 6.5",
            "sex": "NA",
            "strain": "CD-1",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.135719,
          "sdRefIntergenicDistribution": 5.112866,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 11317,
          "maxRank": 11364.00
        }
      }
    ],
    "downloadUrls": [
      {
        "text": "scRNA-Seq full-length processed expression values per cell population in Mus musculus",
        "href": "https://www.bgee.org/ftp/current/download/processed_expr_values/full_length/Mus_musculus/Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz",
        "title": "Mus_musculus_Full-Length_SC_RNA-Seq_read_counts_TPM_ERP013381.tsv.gz"
      },
      {
        "text": "scRNA-Seq full-length H5AD data per cell in Mus musculus",
        "href": "https://www.bgee.org/ftp/current/download/h5ad/full_length/Mus_musculus/Mus_musculus_ERP013381_full_length.h5ad",
        "title": "Mus_musculus_ERP013381_full_length.h5ad"
      }
    ]
  }
}